mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-18 19:15:24 +02:00
17 lines
514 B
Markdown
17 lines
514 B
Markdown
![]() |
# texliveonfly
|
||
|
|
||
|
> Lade fehlende TeX Live Packages während dem Kompilieren einer `.tex` Datei herunter.
|
||
|
> Mehr Informationen: <https://ctan.org/pkg/texliveonfly>.
|
||
|
|
||
|
- 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}}`
|