intial scafolding

This commit is contained in:
Timothy Hagel
2025-12-16 21:12:23 -08:00
parent 73939a77f4
commit 32c84d5630
10 changed files with 280 additions and 0 deletions

15
latexmkrc Normal file
View File

@@ -0,0 +1,15 @@
# latexmkrc
$pdf_mode = 1; # pdfLaTeX
$interaction = 'nonstopmode';
# Enable Synctex
$synctex = 1;
# Clean up extra clutter
@generated_exts = (@generated_exts, 'nav', 'snm', 'vrb');
# Where to put output
$out_dir = 'build';
# Auto-run biber if needed
add_cus_dep('bib', 'bbl', 0, 'biber %O %B');