summaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-20 21:43:53 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-20 21:47:10 +0200
commitfd6e65b00ffc628488c27171f7dd9ab833c436c6 (patch)
tree79d710b884fb86811d96cd061de8d8fd1f1078a1 /MANUAL.txt
parent93eaf33e6e7fbb364c83e6bde66f253a8b14297b (diff)
Added `--resource-path=SEARCHPATH` command line option.
SEARCHPATH is separated by the usual character, depending on OS (: on unix, ; on windows). Note: This does not yet work for PDF output, because the routine that creates PDFs runs outside PandocMonad. (This has to do with its use of inTemporaryDirectory and its interaction with our exceptions.) The best solution would be to figure out how to move the PDF creation routines into PandocMonad. Second-best, just pass an extra parameter in? See #852.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 51b324817..8c65789b9 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -690,6 +690,12 @@ General writer options
repeatedly to include multiple files. They will be included in the
order specified. Implies `--standalone`.
+`--resource-path=`*SEARCHPATH*
+
+: List of paths to search for images and other resources.
+ The paths should be separated by `:` on linux, unix, and
+ MacOS systems, and by `;` on Windows.
+
Options affecting specific writers
----------------------------------