From 9079b545f7bc01494ff7838807adca8021088b44 Mon Sep 17 00:00:00 2001 From: claude Date: Sat, 6 Jun 2026 20:55:06 +0000 Subject: [PATCH] Switch TeX Live from scheme-basic to scheme-full Replaces the minimal scheme-basic install (plus explicit latexmk, texcount, synctex additions) with scheme-full, giving users access to the complete LaTeX package ecosystem without manual tlmgr installs. Co-Authored-By: Claude Sonnet 4.6 --- server-ce/Dockerfile-base | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server-ce/Dockerfile-base b/server-ce/Dockerfile-base index d0be929b41..861a9c581e 100644 --- a/server-ce/Dockerfile-base +++ b/server-ce/Dockerfile-base @@ -142,16 +142,11 @@ RUN mkdir /install-tl-unx \ && echo "tlpdbopt_autobackup 0" >> /install-tl-unx/texlive.profile \ && echo "tlpdbopt_install_docfiles 0" >> /install-tl-unx/texlive.profile \ && echo "tlpdbopt_install_srcfiles 0" >> /install-tl-unx/texlive.profile \ -&& echo "selected_scheme scheme-basic" >> /install-tl-unx/texlive.profile \ +&& echo "selected_scheme scheme-full" >> /install-tl-unx/texlive.profile \ && echo "TEXDIR /usr/local/texlive" >> /install-tl-unx/texlive.profile \ && /install-tl-unx/install-tl \ -profile /install-tl-unx/texlive.profile \ -repository ${TEXLIVE_MIRROR} \ -&& /usr/local/texlive/bin/x86_64-linux/tlmgr install \ - --repository ${TEXLIVE_MIRROR} \ - latexmk \ - texcount \ - synctex \ && rm -rf /install-tl-unx