From e050807f7dd27fb0e07043335e2bfcdb2af66094 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 22 Sep 2026 19:42:38 +0200 Subject: [PATCH] ADD pstricks and yfonts for IoT slides --- texlive_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/texlive_update.sh b/texlive_update.sh index f485dd0..6065e5e 100755 --- a/texlive_update.sh +++ b/texlive_update.sh @@ -139,6 +139,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ pgfplots \ physics \ pict2e \ + pstricks \ ragged2e \ scheme-basic \ setspace \ @@ -160,6 +161,7 @@ $TLMGR install --repository "$ACTIVE_SERVER" \ xltabular \ xpatch \ xstring \ + yfonts \ zhmetrics echo "Deinstalliere unerwünschte LaTeX-Pakete..."