aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-02-27 23:38:02 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-02-27 23:55:17 -0800
commit11aa5fd2880a32f56ca29e64c5121ac5702e4dea (patch)
treef89cb5b3dae0d7ace7def9e34e20ea23c9e91b77 /MANUAL.txt
parentf152d4d53b7a296912ede5e219ff6032449f0c79 (diff)
downloadpandoc-11aa5fd2880a32f56ca29e64c5121ac5702e4dea.tar.gz
Add latexmk as an option for --pdf-engine.
Closes #3195. Note that you can use --pdf-engine-opt=-outdir=bar to specify a persistent temp dir.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt11
1 files changed, 7 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 468d51e93..c634eae52 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1192,17 +1192,20 @@ Options affecting specific writers {.options}
the EPUB-specific contents. The default is `EPUB`. To put
the EPUB contents in the top level, use an empty string.
-`--pdf-engine=pdflatex`|`lualatex`|`xelatex`|`wkhtmltopdf`|`weasyprint`|`prince`|`context`|`pdfroff`
+`--pdf-engine=`*PROGRAM*
: Use the specified engine when producing PDF output.
+ Valid values are `pdflatex`, `lualatex`, `xelatex`, `latexmk`,
+ `wkhtmltopdf`, `weasyprint`, `prince`, `context`, and `pdfroff`.
The default is `pdflatex`. If the engine is not in your PATH,
the full path of the engine may be specified here.
`--pdf-engine-opt=`*STRING*
: Use the given string as a command-line argument to the `pdf-engine`.
- If used multiple times, the arguments are provided with spaces between
- them. Note that no check for duplicate options is done.
+ For example, to use a persistent directory `foo` for `latexmk`'s
+ auxiliary files, use `--pdf-engine-opt=-outdir=foo`.
+ Note that no check for duplicate options is done.
[Dublin Core elements]: http://dublincore.org/documents/dces/
[ISO 8601 format]: http://www.w3.org/TR/NOTE-datetime
@@ -1449,7 +1452,7 @@ Language variables
:::
More text in English. ['Zitat auf Deutsch.']{lang=de}
-
+
`dir`
: the base script direction, either `rtl` (right-to-left)
or `ltr` (left-to-right).