Files
norumbega/Makefile
T
2025-02-24 18:34:21 -05:00

6 lines
149 B
Makefile

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