Oh wow look it's all gone.

This commit is contained in:
2025-02-24 18:34:21 -05:00
parent a02c82a537
commit 5db3dc8eb6
8 changed files with 1476 additions and 3383 deletions

5
Makefile Normal file
View File

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