Added new paper b/c I am a messy person.

This commit is contained in:
2025-04-05 15:05:20 -04:00
parent e2d31da501
commit 99fe01cd65
3 changed files with 20 additions and 2 deletions

View File

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