mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 22:42:08 +02:00
333 B
333 B
pdflatex
Compile a pdf document from LaTeX source files.
- Compile a pdf document:
pdflatex {{source.tex}}
- Compile a pdf document specifying an output directory:
pdflatex -output-directory={{path/to/directory}} {{source.tex}}
- Compile a pdf document, halting on each error:
pdflatex -halt-on-error {{source.tex}}