use --pdf-engine instead of --latex-engine (Pandoc 2.0 change)
This commit is contained in:
parent
56dde1630e
commit
7da2d2a94f
2
makefile
2
makefile
@ -1,6 +1,6 @@
|
|||||||
TEX = pandoc
|
TEX = pandoc
|
||||||
src = template.tex details.yml
|
src = template.tex details.yml
|
||||||
FLAGS = --latex-engine=xelatex
|
FLAGS = --pdf-engine=xelatex
|
||||||
|
|
||||||
output.pdf : $(src)
|
output.pdf : $(src)
|
||||||
$(TEX) $(filter-out $<,$^ ) -o $@ --template=$< $(FLAGS)
|
$(TEX) $(filter-out $<,$^ ) -o $@ --template=$< $(FLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user