Merge pull request #4893 from overleaf/em-synctex

Use the synctex distributed with TeX Live

GitOrigin-RevId: 5a133f21f48fd1e217ab463e8cb2a5cdec8be1af
This commit is contained in:
Eric Mc Sween
2021-09-07 08:57:47 -04:00
committed by Copybot
parent fa2567aa61
commit 9ee92daea3
27 changed files with 380 additions and 5667 deletions

View File

@@ -61,6 +61,7 @@ RUN mkdir /install-tl-unx \
&& tlmgr install --repository ${TEXLIVE_MIRROR} \
latexmk \
texcount \
synctex \
\
&& rm -rf /install-tl-unx