1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 00:57:56 +01:00
tldr/pages/common/pdflatex.md
85pando 9a3eac64c0 Add pages for latexmk and pdflatex
Pdflatex and latexmk are two tools to create Output documents from LaTeX source files.

Added colons instead of full stops to make `lint` happy.
2016-01-16 09:47:14 +01:00

11 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}}`