makefile: add pandoc-citeproc
This commit is contained in:
parent
a5ef789410
commit
8476d58336
@ -3,6 +3,7 @@ slides = $(shell find sections/ -name "*.md" | sort -V)
|
|||||||
pandoc = \
|
pandoc = \
|
||||||
@ pandoc $1 \
|
@ pandoc $1 \
|
||||||
--pdf-engine xelatex \
|
--pdf-engine xelatex \
|
||||||
|
-F pandoc-citeproc \
|
||||||
-t beamer \
|
-t beamer \
|
||||||
-o $2
|
-o $2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user