Add pandoc-citeproc
This commit is contained in:
parent
768d4377f9
commit
823dd6c9b6
5
makefile
5
makefile
@ -1,5 +1,8 @@
|
|||||||
out/documentation.pdf: header.yaml documentazione.md out
|
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:
|
out:
|
||||||
mkdir out
|
mkdir out
|
||||||
|
Loading…
Reference in New Issue
Block a user