diff --git a/paper/make.sh b/paper/make.sh index f6b8e9ba..4c2d9d2f 100755 --- a/paper/make.sh +++ b/paper/make.sh @@ -7,7 +7,7 @@ fi # --template=templates/template.latex \ pandoc -s paper.md \ - --from markdown+auto_identifiers -V colorlinks --number-sections --citeproc --pdf-engine=xelatex \ + --from markdown+auto_identifiers --pdf-engine=xelatex --template latex-template.tex -V colorlinks --number-sections --citeproc --pdf-engine=xelatex \ --dpi=300 --bibliography strudel.bib -o paper.pdf pandoc -s paper.md --filter filter.py --citeproc --bibliography strudel.bib \ diff --git a/paper/paper.pdf b/paper/paper.pdf index f56b8518..71072aeb 100644 Binary files a/paper/paper.pdf and b/paper/paper.pdf differ