5f761c1772
Build and Deploy Verso / deploy (push) Has been cancelled
Reverts the heavy multi-collection texlive install back toward the original upstream-Overleaf approach: install-tl with scheme-basic (~300 MB) plus latexmk and texcount via tlmgr, no docfiles/srcfiles. This restores the fast, small base image we had before LaTeX support was added in full. Tradeoff: documents needing tikz/beamer/siunitx/extra fonts won't compile out of the box for now — those should stay in Quarto/Typst until the project is mature enough to justify a full TeX Live. Made deliberately easy to reverse: a header comment documents that switching scheme-basic -> scheme-full (one line) restores the complete toolchain, or individual packages can be appended to the tlmgr list. Uses TEXDIR=/usr/local/texlive (unversioned) so PATH stays stable across TeX Live releases. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>