From da934ed1eb623c52b174b839c359870a97cdef6d Mon Sep 17 00:00:00 2001
From: Bas Nijholt <basnijholt@gmail.com>
Date: Wed, 2 Oct 2019 11:47:12 +0200
Subject: [PATCH] fix in makefile

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 47dd0bd..85d39fd 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
-- 
GitLab