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