a7c2403c4a
- Add QuartoRunner.js: runs `quarto render --to typst --output output.pdf`, using Typst (bundled with Quarto >= 1.4) so no separate LaTeX install needed - Swap LatexRunner for QuartoRunner in CompileManager; remove latexmk-specific stats, fdb metrics, and performance sampling that no longer apply - Add 'quarto' to VALID_COMPILERS in RequestParser and set it as the default; change default rootResourcePath from main.tex to main.qmd - Add 'quarto' to safeCompilers and set it as the default in web settings - Replace with-texlive Dockerfile stage with with-quarto (Quarto deb install); add Quarto to the default final stage as well Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>