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:
parent
0a72a0d83d
commit
9ccc84ce17
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue