feat: added latex

This commit is contained in:
Krzysztof kuhy Rudnicki 2025-01-13 12:01:24 +00:00
parent 6d8d4bed22
commit 200bc2fb43

View File

@ -319,6 +319,26 @@ pacman_packages=(
python-colorlog python-colorlog
zsh zsh
keepassxc 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 for pkg in "${pacman_packages[@]}"; do