2016-01-12 18:06:05 +00:00
|
|
|
# pdflatex
|
|
|
|
|
2021-02-28 13:33:40 +00:00
|
|
|
> Compile a PDF document from LaTeX source files.
|
2021-04-16 15:42:14 +01:00
|
|
|
> More information: <https://manned.org/pdflatex>.
|
2016-01-12 18:06:05 +00:00
|
|
|
|
2021-02-28 13:33:40 +00:00
|
|
|
- Compile a PDF document:
|
2016-01-12 18:06:05 +00:00
|
|
|
|
|
|
|
`pdflatex {{source.tex}}`
|
|
|
|
|
2021-02-28 13:33:40 +00:00
|
|
|
- Compile a PDF document specifying an output directory:
|
2019-07-15 20:59:47 +01:00
|
|
|
|
|
|
|
`pdflatex -output-directory={{path/to/directory}} {{source.tex}}`
|
|
|
|
|
2021-08-15 16:00:59 +01:00
|
|
|
- Compile a PDF document, exiting on each error:
|
2016-01-12 18:06:05 +00:00
|
|
|
|
|
|
|
`pdflatex -halt-on-error {{source.tex}}`
|