debug: add pipeline output.zip via LFS for compile testing
9a566da
Siyuan Hucommited on
feat(debug): add 'Test last pipeline zip' to compile most recent runs/*/output.zip with local fonts + template precedence; widen TEXINPUTS
b95ddcd
Siyuan Hucommited on
fix(debug): expand TEXINPUTS to include project + parent (recursive); copy template *.sty next to tex; stronger local-font overrides
5e9efe4
Siyuan Hucommited on
build(debug): ensure TEXINPUTS points to project; copy template *.sty into zip project; use local fonts via overrides; should resolve Raleway fontspec error
c41b46e
Siyuan Hucommited on
feat(debug): copy repo fonts into zip project and append font overrides so theme uses ./fonts; fix DejaVu fallback issue
4babf88
Siyuan Hucommited on
fonts: add local Raleway/Lato via LFS under template/fonts; template loads local fonts via Path
5340fb3
Siyuan Hucommited on
fix(fonts): add font fallbacks in template; patch theme file inside uploaded/repo zip during debug compile when needed
d957791
Siyuan Hucommited on
revert(template): restore original beamerthemegemini.sty (remove font fallbacks); rely on font install in postBuild instead
d56cd73
Siyuan Hucommited on
build(space): install fonts-raleway and fonts-lato in postBuild to satisfy fontspec without modifying template
bdfd2cb
Siyuan Hucommited on
feat(debug): add UI to compile repo output.zip and uploaded zip; connect handlers (no binary files)
489ab2a
Siyuan Hucommited on
feat(runtime): download tectonic on-the-fly into runs/_bin when not found; use for both poster and debug compiles
aab81af
Siyuan Hucommited on
feat(tectonic): robust detection of binary in common paths + keep python -m fallback; simplify postBuild; avoid pip tectonic
f3dfa83
Siyuan Hucommited on
fix: correct conditional chain and add python -m tectonic fallback for both compile functions
25f36c7
Siyuan Hucommited on
build(space): install tectonic via pip (requirements.txt) to ensure TeX engine available at runtime
727f90e
Siyuan Hucommited on
fix(python): avoid backslashes inside f-string expressions in debug_compile HTML
9c307e5
Siyuan Hucommited on
feat(debug): add debug_compile function for PDF test + new tab preview
2bdeeef
Siyuan Hucommited on
build(space): remove packages.txt; install Tectonic via postBuild using install_tectonic.sh
5951ca9
Siyuan Hucommited on
feat(space): PDF compile + preview + debug; runtime to gradio; packages.txt with tectonic