Skip to content

Commit

Permalink
Fix for Pandoc 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Dec 22, 2017
1 parent 7835379 commit d8f67fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion paper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ all: paper.pdf

paper.pdf: paper.md paper.bib latex.template
pandoc --filter pandoc-citeproc --bibliography paper.bib paper.md \
--template latex.template -o paper.pdf
--template latex.template -o paper.pdf \
--pdf-engine=xelatex

clean:
rm paper.pdf
Expand Down

0 comments on commit d8f67fe

Please sign in to comment.