mirror of
https://github.com/kuhyx/scripts.git
synced 2026-07-04 14:43:08 +02:00
feat: added latex
This commit is contained in:
parent
6d8d4bed22
commit
200bc2fb43
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user