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 \
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