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