mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 22:35:23 +02:00
17 lines
383 B
Markdown
17 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}}`
|