latex, pdflatex, pdftex, tex, texdoc, texliveonfly, tlmgr: add German translation (#5305)
This commit is contained in:
16
pages.de/common/pdftex.md
Normal file
16
pages.de/common/pdftex.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# pdftex
|
||||
|
||||
> Kompiliere eine TeX Quelldatei in ein PDF Dokument.
|
||||
> Mehr Informationen: <https://www.tug.org/applications/pdftex/>.
|
||||
|
||||
- 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}}`
|
Reference in New Issue
Block a user