texliveonfly
Downloads missing TeX Live packages while compiling .tex files. More information: <https://ctan.org/pkg/texliveonfly>.
Install
- All systems
-
curl cmd.cat/texliveonfly.sh
- Debian
-
apt-get install texlive-extra-utils
- Ubuntu
-
apt-get install texlive-extra-utils
- Arch Linux
-
pacman -S texlive-texliveonfly-7
- Kali Linux
-
apt-get install texlive-extra-utils
- Fedora
-
dnf install texlive-texliveonfly-7
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install texlive-extra-utils
- Raspbian
-
apt-get install texlive-extra-utils
- Dockerfile
- dockerfile.run/texliveonfly
Downloads missing TeX Live packages while compiling .tex files. More information: <https://ctan.org/pkg/texliveonfly>.
-
Download missing packages while compiling:
texliveonfly source.tex
-
Use a specific compiler (defaults to `pdflatex`):
texliveonfly --compiler=compiler source.tex
-
Use a custom TeX Live `bin` folder:
texliveonfly --texlive_bin=path/to/texlive_bin source.tex
© tl;dr; authors and contributors