mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 23:37:57 +01:00
9a3eac64c0
Pdflatex and latexmk are two tools to create Output documents from LaTeX source files. Added colons instead of full stops to make `lint` happy.
208 B
208 B
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}}