2025-03-14 21:59:59 -06:00
|
|
|
# latex
|
|
|
|
|
|
|
|
|
|
> Compile a DVI document from LaTeX source files.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://texdoc.org/serve/tex.man1.pdf/0>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Compile a DVI document:
|
|
|
|
|
|
|
|
|
|
`latex {{source.tex}}`
|
|
|
|
|
|
|
|
|
|
- Compile a DVI document, specifying an output directory:
|
|
|
|
|
|
|
|
|
|
`latex -output-directory={{path/to/directory}} {{source.tex}}`
|
|
|
|
|
|
|
|
|
|
- Compile a DVI document, exiting on each error:
|
|
|
|
|
|
|
|
|
|
`latex -halt-on-error {{source.tex}}`
|