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