LaTeX Templates

Two small LaTeX classes carrying the AICR house style (Baskervald X, orange accent, boxed definitions/conjectures, running heads), so a new conjecture write-up doesn’t have to re-derive the preamble each time. A conjecture’s statement and its solution are kept as separate documents, each with its own class.

The two classes live once in the repository, at latex/cls/, rather than as a copy beside every document — there were 227 copies before September 2026, and three of them had quietly drifted apart.

To start a new conjecture outside the repository, download all four files into one folder: class resolution is directory-relative, so the two .cls files need to sit alongside whichever .tex uses them. Inside the repository they are already there once, and scripts/build_paper.sh <dir> compiles a document by pointing TEXINPUTS at them — a bare pdflatex main.tex will not find them.