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