From 7c99cb3eb7a9a9bdcb49f7fd8ade77a5bfe6a1ac Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 8 Sep 2026 11:10:06 +0200 Subject: [PATCH] ADD latex package contour, ordering installation files --- texlive_update.sh | 125 +++++++++++++++++++++++----------------------- 1 file changed, 63 insertions(+), 62 deletions(-) diff --git a/texlive_update.sh b/texlive_update.sh index ff7c5a7..76d8b59 100755 --- a/texlive_update.sh +++ b/texlive_update.sh @@ -19,80 +19,81 @@ fi # 3. ALLE Pakete gebündelt in EINEM Rutsch installieren (only scheme-minimal installed) echo "Installiere alle benötigten LaTeX-Pakete parallel/gebündelt..." $TLMGR install \ - scheme-basic \ - scheme-infraonly \ - scheme-minimal \ + background \ + beamer \ + biblatex \ + biblatex-ieee \ + booktabs \ + cancel \ + caption \ + ccicons \ + circuitikz \ + cleveref \ + cm-unicode \ collection-fontsrecommended \ - latexmk \ - lastpage \ - siunitx \ - pgf \ + concmath-otf \ + contour \ + csquotes \ + currfile \ datetime2 \ datetime2-english \ datetime2-german \ - currfile \ - filehook \ - xstring \ + ean \ + ean13isbn \ enumitem \ - fmtcount \ - steinmetz \ - pict2e \ - pgfplots \ - minted \ - upquote \ - lineno \ - newunicodechar \ - marginnote \ - pdfpages \ - cleveref \ - pdflscape \ - booktabs \ - vmargin \ - newtx \ - xpatch \ - fontaxes \ - cancel \ - microtype \ - background \ everypage \ - koma-script \ - csquotes \ - setspace \ - biblatex \ - biblatex-ieee \ - ccicons \ - ncctools \ - xcharter \ - titlesec \ - fontspec \ - parskip \ - newpx \ - trimspaces \ - mathtools \ - unicode-math \ - stix2-otf \ - cm-unicode \ - concmath-otf \ - fontmfizz \ + filehook \ + fmtcount \ fontawesome5 \ + fontaxes \ + fontmfizz \ + fontspec \ + imakeidx \ + koma-script \ + latexmk \ + lastpage \ + lineno \ + listings \ + ltablex \ luatexbase \ - circuitikz \ + marginnote \ + mathtools \ + microtype \ + minted \ + ncctools \ + newpx \ + newtx \ + newunicodechar \ + ocr-b \ + parskip \ + pdfcol \ + pdflscape \ + pdfpages \ + pgf \ + pgfplots \ + pict2e \ + ragged2e \ + scheme-basic \ + scheme-infraonly \ + scheme-minimal \ + setspace \ + sidecap \ + siunitx \ + steinmetz \ + stix2-otf \ + subfigure \ tcolorbox \ tikzfill \ - pdfcol \ - listings \ - imakeidx \ - ean13isbn \ - ean \ - ocr-b \ + titlesec \ + trimspaces \ + unicode-math \ + upquote \ + vmargin \ wrapfig \ - subfigure \ - sidecap \ - ragged2e \ + xcharter \ xltabular \ - ltablex \ - caption \ - beamer + xpatch \ + xstring echo "Deinstalliere unerwünschte LaTeX-Pakete..." # 'ae' und 't1enc' wurden entfernt, da sie geschützte Systempakete sind.