latex, pdflatex, pdftex, tex, texdoc, texliveonfly, tlmgr: add German translation (#5305)

This commit is contained in:
marchersimon
2021-02-28 15:27:55 +01:00
committed by GitHub
parent 6c37d8813c
commit d9e1df0c2e
7 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# pdflatex
> Kompiliere eine LaTeX Quelldatei in ein PDF Dokument.
> Mehr Informationen: <https://linux.die.net/man/1/pdflatex>.
- Kompiliere ein PDF Dokument:
`pdflatex {{quelldatei.tex}}`
- Kompiliere ein PDF Dokument und gib ein bestimmtes Output-Verzeichnis an:
`pdflatex -output-directory={{pfad/zu/verzeichnis}} {{quelldatei.tex}}`
- Kompiliere ein PDF Dokument und stoppe bei jedem Fehler:
`pdflatex -halt-on-error {{quelldatei.tex}}`