From 8476d58336ee9d918b9758913de51cf39afbf1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gi=C3=B9=20Marcer?= Date: Wed, 10 Jun 2020 16:21:39 +0200 Subject: [PATCH] makefile: add pandoc-citeproc --- slides/makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/slides/makefile b/slides/makefile index 1d34b35..4c91bc6 100644 --- a/slides/makefile +++ b/slides/makefile @@ -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