ADD packages ctex luatexj thmetrics

Dieser Commit ist enthalten in:
tom
2026-09-21 03:32:41 +02:00
Ursprung 9cec99b60f
Commit fa270240b3
+5 -3
Datei anzeigen
@@ -94,6 +94,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \
concmath-otf \ concmath-otf \
contour \ contour \
csquotes \ csquotes \
ctex \
currfile \ currfile \
datetime \ datetime \
datetime2 \ datetime2 \
@@ -118,7 +119,6 @@ $TLMGR install --repository "$ACTIVE_SERVER" \
listings \ listings \
ltablex \ ltablex \
luatexbase \ luatexbase \
luatexja \
marginnote \ marginnote \
mathtools \ mathtools \
microtype \ microtype \
@@ -129,6 +129,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \
newtx \ newtx \
newunicodechar \ newunicodechar \
nextpage \ nextpage \
nicematrix \
ocr-b \ ocr-b \
parskip \ parskip \
pdfcol \ pdfcol \
@@ -158,12 +159,13 @@ $TLMGR install --repository "$ACTIVE_SERVER" \
xcharter \ xcharter \
xltabular \ xltabular \
xpatch \ xpatch \
xstring xstring \
zhmetrics
echo "Deinstalliere unerwünschte LaTeX-Pakete..." echo "Deinstalliere unerwünschte LaTeX-Pakete..."
# 'ae' und 't1enc' wurden entfernt, da sie geschützte Systempakete sind. # 'ae' und 't1enc' wurden entfernt, da sie geschützte Systempakete sind.
# Liste der Pakete, die deinstalliert werden sollen (einfach mit Leerzeichen trennen) # Liste der Pakete, die deinstalliert werden sollen (einfach mit Leerzeichen trennen)
PACKETS=("truncate") PACKETS=("truncate" "luatexja")
for packet in "${PACKETS[@]}"; do for packet in "${PACKETS[@]}"; do
if tlmgr info "$packet" --only-installed >/dev/null 2>&1; then if tlmgr info "$packet" --only-installed >/dev/null 2>&1; then