Add pandoc-citeproc

This commit is contained in:
Raffaele Mignone 2020-07-07 22:44:13 +02:00
parent 768d4377f9
commit 823dd6c9b6
Signed by: norangebit
GPG Key ID: F5255658CB220573
1 changed files with 4 additions and 1 deletions

View File

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