From fa270240b32ebe4b0ad2d14be209938f0012728b Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Mon, 21 Sep 2026 03:32:41 +0200 Subject: [PATCH] ADD packages ctex luatexj thmetrics --- texlive_update.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/texlive_update.sh b/texlive_update.sh index 03d299d..f485dd0 100755 --- a/texlive_update.sh +++ b/texlive_update.sh @@ -94,6 +94,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ concmath-otf \ contour \ csquotes \ + ctex \ currfile \ datetime \ datetime2 \ @@ -118,7 +119,6 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ listings \ ltablex \ luatexbase \ - luatexja \ marginnote \ mathtools \ microtype \ @@ -129,6 +129,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ newtx \ newunicodechar \ nextpage \ + nicematrix \ ocr-b \ parskip \ pdfcol \ @@ -158,12 +159,13 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ xcharter \ xltabular \ xpatch \ - xstring + xstring \ + zhmetrics echo "Deinstalliere unerwünschte LaTeX-Pakete..." # 'ae' und 't1enc' wurden entfernt, da sie geschützte Systempakete sind. # Liste der Pakete, die deinstalliert werden sollen (einfach mit Leerzeichen trennen) -PACKETS=("truncate") +PACKETS=("truncate" "luatexja") for packet in "${PACKETS[@]}"; do if tlmgr info "$packet" --only-installed >/dev/null 2>&1; then