Skip to content
Snippets Groups Projects
Commit da934ed1 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

fix in makefile

parent 2c18f969
No related branches found
No related tags found
No related merge requests found
Pipeline #22102 passed
......@@ -6,7 +6,7 @@ paper.bbl: paper.tex paper.bib
pdflatex paper.tex
bibtex paper.aux
paper.tex: paper.md revtex.template
paper.tex: paper.md pandoc/revtex.template
pandoc -s --filter pandoc-fignos --filter pandoc-citeproc --filter pandoc-crossref -M "crossrefYaml=pandoc/pandoc-crossref.yaml" --natbib paper.md -o paper.tex --bibliography paper.bib --abbreviations=pandoc/abbreviations.txt --wrap=preserve --listings --template pandoc/revtex.template
.PHONY: clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment