texlive
- arch wiki - TeX Live
- really the only required package
pacman -S texlive-core
- install a lot of TeX live packages
pacman -S texlive-most
pacman -S texlive-lang
- install biber (biblatex backend)
pacman -S biber
- tlmgr (tex live package manager) is broken, can install alternative
paru -S tllocalmgr-git
-
but let's be real, how often do you install something with
tlmgr
?