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 $1 \
|
||||
--pdf-engine xelatex \
|
||||
-F pandoc-citeproc \
|
||||
-t beamer \
|
||||
-o $2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user