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