LaTeX Templates
Two small LaTeX classes carrying the Conjura 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.
- conjura-conjecture.cls — the statement class: narrow “screen” page, kicker/title/subtitle front matter with
Status/Categorylines, aninformalconjecturebox for a one-paragraph plain-English restatement, boxedconjecture/definitionenvironments (plaintheorem/lemma/proposition/corollary/remark/proofare also available), and aconjurabibliographyenvironment that avoids a duplicate heading. - conjura-solution.cls — loads the statement class above, so it inherits everything in it, but widens the page to a book trim and adds the one required piece of front matter:
\cjresolves{...}, naming which conjecture the document addresses. Unbounded in length; no other structure is imposed. - statement.tex — an empty statement built on the class above, ready to fill in. View compiled PDF.
- solution.tex — an empty solution built on the class above. View compiled PDF.
To start a new conjecture, 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.