2021-02-28 14:27:55 +00:00
|
|
|
# texliveonfly
|
|
|
|
|
|
|
|
> Lade fehlende TeX Live Packages während dem Kompilieren einer `.tex` Datei herunter.
|
2021-04-24 12:09:56 +01:00
|
|
|
> Weitere Informationen: <https://ctan.org/pkg/texliveonfly>.
|
2021-02-28 14:27:55 +00:00
|
|
|
|
|
|
|
- Lade fehlende Packages während dem Kompilieren herunter:
|
|
|
|
|
|
|
|
`texliveonfly {{quelldatei.tex}}`
|
|
|
|
|
|
|
|
- Verwende einen bestimmten Compiler (standardmäßig `pdflatex`):
|
|
|
|
|
|
|
|
`texliveonfly --compiler={{compiler}} {{quelldatei.tex}}`
|
|
|
|
|
|
|
|
- Verwende ein bestimmtes Tex Live `bin` Verzeichnis:
|
|
|
|
|
|
|
|
`texliveonfly --texlive_bin={{pfad/zu/texlive_bin}} {{quelldatei.tex}}`
|