mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 07:18:29 +01:00
12 lines
208 B
Markdown
12 lines
208 B
Markdown
|
# pdflatex
|
||
|
|
||
|
> Compile a pdf document from LaTeX source files.
|
||
|
|
||
|
- Compile a pdf document:
|
||
|
|
||
|
`pdflatex {{source.tex}}`
|
||
|
|
||
|
- Compile a pdf document, halting on each error:
|
||
|
|
||
|
`pdflatex -halt-on-error {{source.tex}}`
|