2025-03-14 21:59:59 -06:00
|
|
|
# texliveonfly
|
|
|
|
|
|
|
|
|
|
> Downloads missing TeX Live packages while compiling `.tex` files.
|
2025-05-08 12:26:01 -06:00
|
|
|
> More information: <https://ctan.org/tex-archive/support/texliveonfly>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Download missing packages while compiling:
|
|
|
|
|
|
|
|
|
|
`texliveonfly {{source.tex}}`
|
|
|
|
|
|
|
|
|
|
- Use a specific compiler (defaults to `pdflatex`):
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`texliveonfly {{[-c|--compiler]}} {{compiler}} {{source.tex}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Use a custom TeX Live `bin` folder:
|
|
|
|
|
|
|
|
|
|
`texliveonfly --texlive_bin={{path/to/texlive_bin}} {{source.tex}}`
|