Install synctex binary via tlmgr for SyncTeX support
Build and Deploy Verso / deploy (push) Has been cancelled

The synctex binary was not included in scheme-basic and was not
explicitly installed, causing `spawn synctex ENOENT` on every
sync request. Add it alongside latexmk and texcount.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
claude
2026-06-06 20:53:28 +00:00
parent e6add1e6f0
commit eb45ececf0
+1
View File
@@ -151,6 +151,7 @@ RUN mkdir /install-tl-unx \
--repository ${TEXLIVE_MIRROR} \
latexmk \
texcount \
synctex \
&& rm -rf /install-tl-unx