All Posts programming compile a DVI document from LaTeX source files | Latex CLI cheat-sheet

compile a DVI document from LaTeX source files | Latex CLI cheat-sheet

· 100 words · 1 minute read

latex is a command-line program to compile a DVI document from LaTeX source files.

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

More information: https://www.latex-project.org .

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .