# Author: Simon-Pierre Boucher — contact@spboucher.ai # # Build the paper. Figures are read from ../figures/ (run the pipeline first). all: main.pdf main.pdf: main.tex preamble.tex sections/*.tex tables/*.tex references.bib latexmk -pdf -interaction=nonstopmode main.tex clean: latexmk -C rm -f *.bbl *.blg *.fdb_latexmk *.fls *.out *.toc .PHONY: all clean