From 823dd6c9b640ead401582b6c01c8d987e6e92712 Mon Sep 17 00:00:00 2001 From: norangebit Date: Tue, 7 Jul 2020 22:44:13 +0200 Subject: [PATCH] Add pandoc-citeproc --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index f1b6c96..970e314 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,8 @@ out/documentation.pdf: header.yaml documentazione.md out - pandoc header.yaml documentazione.md -F pandoc-crossref -o out/documentazione.pdf + pandoc header.yaml documentazione.md \ + -F pandoc-crossref \ + -F pandoc-citeproc \ + -o out/documentazione.pdf out: mkdir out