UPD texlive_update script, spell check, beautify

Dieser Commit ist enthalten in:
tom
2026-09-18 13:48:51 +02:00
Ursprung 55e539339f
Commit 99dad59c86
+2 -3
Datei anzeigen
@@ -6,7 +6,8 @@ set -e # Bricht bei Fehlern sofort ab
# spell:ignore gitea imakeidx infraonly isbn koma latexmk ltablex luatexbase marginnote mathtools # spell:ignore gitea imakeidx infraonly isbn koma latexmk ltablex luatexbase marginnote mathtools
# spell:ignore microtype ncctools newpx newtx newunicodechar nextpage parskip pdfcol pdflscape pdfpages # spell:ignore microtype ncctools newpx newtx newunicodechar nextpage parskip pdfcol pdflscape pdfpages
# spell:ignore pgfplots pict setspace sidecap siunitx stix subfigure tcolorbox tikzfill titlesec # spell:ignore pgfplots pict setspace sidecap siunitx stix subfigure tcolorbox tikzfill titlesec
# spell:ignore trimspaces unicode upquote vmargin wrapfig xcharter xltabular xpatch xstring # spell:ignore trimspaces unicode upquote vmargin wrapfig xcharter xltabular xpatch xstring xecjk
# spell:ignore ctan niranjan netcologne multirow texlive noconfirm pacman tlnet tlpdb tlpkg
TLMGR=$(which tlmgr) TLMGR=$(which tlmgr)
TEXHASH=$(which texhash) TEXHASH=$(which texhash)
@@ -173,8 +174,6 @@ for packet in "${PACKETS[@]}"; do
fi fi
done done
# extdash (in ncctools) \
# 4. Datenbank-Refresh (tlmgr install macht das oft automatisch, sicherheitshalber am Ende einmal) # 4. Datenbank-Refresh (tlmgr install macht das oft automatisch, sicherheitshalber am Ende einmal)
echo "Aktualisiere LaTeX-Dateidatenbank..." echo "Aktualisiere LaTeX-Dateidatenbank..."
$TEXHASH $TEXHASH