X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=install-tex;fp=install-tex;h=62d2a6f4794543880a77c37ce41648b76b7e5276;hp=0000000000000000000000000000000000000000;hb=dde86d8c53ece7aefa70ee3cdd1b8ac3ab638581;hpb=9c693323a8e2568330e019cbbf2653aa9d4fcfa8 diff --git a/install-tex b/install-tex new file mode 100755 index 0000000..62d2a6f --- /dev/null +++ b/install-tex @@ -0,0 +1,6 @@ +#!/bin/sh +if command -v apt; then + sudo apt install -y texlive-lang-german texlive-latex-base texlive-latex-extra +else + sudo dnf install texlive-german texlive-german texlive-a4wide texlive-dinbrief texlive-latex texlive-hyphen-german pandoc texlive-ec texlive-pdfjam texlive-beamer +fi