pdflatex: add -output-directory example (#3189)
This commit is contained in:

committed by
Marco Bonelli

parent
0a72a0d83d
commit
9ccc84ce17
@@ -6,6 +6,10 @@
|
|||||||
|
|
||||||
`pdflatex {{source.tex}}`
|
`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:
|
- Compile a pdf document, halting on each error:
|
||||||
|
|
||||||
`pdflatex -halt-on-error {{source.tex}}`
|
`pdflatex -halt-on-error {{source.tex}}`
|
||||||
|
Reference in New Issue
Block a user