Redid citation style.

This commit is contained in:
2025-02-25 21:21:49 -05:00
parent 2f37a3ab88
commit 477ca28df2
5 changed files with 87 additions and 68 deletions

View File

@@ -3,3 +3,8 @@ STYLE = chicago.csl
%: %.md
pandoc $^ -o $@.pdf --bibliography=$(BIB) --csl=$(STYLE) --pdf-engine=xelatex --citeproc
clean:
rm *.pdf
.PHONY: clean