makefile: add pandoc-citeproc

This commit is contained in:
Giù Marcer 2020-06-10 16:21:39 +02:00 committed by rnhmjoj
parent a5ef789410
commit 8476d58336

View File

@ -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