Add beginning of paper

This commit is contained in:
2024-02-05 12:08:49 -08:00
parent ee14b5f66f
commit 10b7f405a0
4 changed files with 123 additions and 0 deletions

12
paper/Makefile Normal file
View File

@@ -0,0 +1,12 @@
.PHONY: clean
all: paper.pdf
paper.pdf: bibliography.bib paper.tex
pdflatex paper
biber paper
pdflatex paper
pdflatex paper
clean:
xargs -I '{}' bash -c "rm -f {}" < .gitignore