Wrote some draft.

This commit is contained in:
2025-03-04 20:01:50 -05:00
parent 99aff729d5
commit d80eb389b5
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
BIB = bibliography.bib
STYLE = chicago.csl
STYLE = chicago-fullnote.csl
%: %.md
pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc