Files
norumbega/Makefile

6 lines
149 B
Makefile

BIB = bibliography.bib
STYLE = chicago-annote.csl
%: %.md
pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc