4 Commits

Author SHA1 Message Date
fcd720101a Merge draft V1 into main, remove build artifacts, update gitignore 2026-03-17 22:30:03 -04:00
02ecfaad94 Clean up repo: remove tracked build artifacts, old versions, cruft
Removed from tracking:
- Build artifacts (*.aux, *.bbl, *.blg, *.fls, *.fdb_latexmk, *.log, *.toc, *.pdf)
- Old versioned files (v1.tex, v2.tex) - content now in renamed files
- Empty biblatex.sty placeholder
- Vendored todonotes.sty (still in working tree, now gitignored)
- .DS_Store

Updated .gitignore to prevent re-adding *.sty files
2026-03-09 22:05:33 -04:00
1820c38cae Add .gitignore for LaTeX build artifacts 2026-03-09 21:34:49 -04:00
a01f42d47c Fix \split conflict, add .gitignore for build artifacts
- Renamed \split → \splitnote (\split already defined by another package)
- Added .gitignore for *.aux, *.log, *.pdf, etc.
- Branch switching now clean — just recompile after switch
2026-03-09 21:34:40 -04:00