Install synctex binary via tlmgr for SyncTeX support
Build and Deploy Verso / deploy (push) Has been cancelled
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:
@@ -151,6 +151,7 @@ RUN mkdir /install-tl-unx \
|
||||
--repository ${TEXLIVE_MIRROR} \
|
||||
latexmk \
|
||||
texcount \
|
||||
synctex \
|
||||
&& rm -rf /install-tl-unx
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user