diff --git a/Makefile b/Makefile index 47dd0bde635146041601c1c162522a4011cbb5ae..85d39fdecafb5851f6f96f8448189080203858d9 100755 --- a/Makefile +++ b/Makefile @@ -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