1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:35:32 +02:00

pdflatex: add -output-directory example (#3189)

This commit is contained in:
Diogo Silva 2019-07-15 20:59:47 +01:00 committed by Marco Bonelli
parent 0a72a0d83d
commit 9ccc84ce17

View file

@ -6,6 +6,10 @@
`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}}`