From a808b668140ebc678449810871fd631bf4fef3c2 Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Mon, 13 Jan 2025 12:01:24 +0000 Subject: [PATCH] feat: added latex --- fresh-install/main.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fresh-install/main.sh b/fresh-install/main.sh index eb84272..924caa3 100755 --- a/fresh-install/main.sh +++ b/fresh-install/main.sh @@ -319,6 +319,26 @@ pacman_packages=( python-colorlog zsh keepassxc + # https://wiki.archlinux.org/title/TeX_Live + ghostscript + perl + ruby + texlive + texlive-basic + texlive-latex + texlive-latexrecommended + texlive-latexextra + texlive-fontsrecommended + texlive-fontsextra + texlive-xetex + texlive-luatex + texlive-bibtextra + texlve-mathscience + texlive-lang + perl-yaml-tiny + perl-file-homedir + texlive-binextra + texlive-plaingeneric ) for pkg in "${pacman_packages[@]}"; do