2021-02-28 14:27:55 +00:00
|
|
|
# latex
|
|
|
|
|
|
|
|
> Kompiliere eine LaTeX Quelldatei in ein DVI Dokument.
|
2021-04-24 12:09:56 +01:00
|
|
|
> Weitere Informationen: <https://www.latex-project.org>.
|
2021-02-28 14:27:55 +00:00
|
|
|
|
|
|
|
- Kompiliere ein DVI Dokument:
|
|
|
|
|
|
|
|
`latex {{quelldatei.tex}}`
|
|
|
|
|
|
|
|
- Kompiliere ein DVI Dokument und gib ein bestimmtes Output-Verzeichnis an:
|
|
|
|
|
|
|
|
`latex -output-directory={{pfad/zu/verzeichnis}} {{quelldatei.tex}}`
|
|
|
|
|
|
|
|
- Kompiliere ein DVI Dokument und stoppe bei jedem Fehler:
|
|
|
|
|
|
|
|
`latex -halt-on-error {{quelldatei.tex}}`
|