d8ce7f9dc1
Build and Deploy Verso / deploy (push) Has been cancelled
The LaTeX svg package converts .svg files to PDF at compile time by shelling out to Inkscape (requires --shell-escape). Without Inkscape in the image and the flag enabled, compilation fails with "Did you run the export with Inkscape?". - Dockerfile-base: add inkscape to the apt install block - settings.js: expose OVERLEAF_LATEX_SHELL_ESCAPE env var → clsi.latexShellEscape - LatexRunner.js: pass -shell-escape to latexmk when the setting is on - deploy-verso-prod.yml: set OVERLEAF_LATEX_SHELL_ESCAPE=true (trusted-user instance) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>