3 Commits

Author SHA1 Message Date
b2598d3092 Fix unicode and escaping in review comments 2026-03-14 21:37:42 -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
2886662a66 Demo: todonotes integration for Split's editing comments
Added:
- todonotes.sty (local copy since tlmgr had version mismatch)
- \split{} and \splitinline{} commands for margin/inline comments
- Example comments in goals section demonstrating the workflow

To remove when done: delete the todonotes block in main.tex preamble
2026-03-09 21:25:00 -04:00