mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 08:15:23 +02:00
16 lines
383 B
Markdown
16 lines
383 B
Markdown
# tex
|
|
|
|
> Compileer een DVI-document van TeX bronbestanden.
|
|
> Meer informatie: <https://www.tug.org/begin.html>.
|
|
|
|
- Compileer een DVI-document:
|
|
|
|
`tex {{bron.tex}}`
|
|
|
|
- Compileer een DVI-document naar een specifieke output map:
|
|
|
|
`tex -output-directory={{pad/naar/map}} {{bron.tex}}`
|
|
|
|
- Compileer een DVI-document en sluit af als er een fout optreedt:
|
|
|
|
`tex -halt-on-error {{bron.tex}}`
|