aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-15 09:32:19 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-15 09:32:19 -0800
commit8b872301eb68f0617c648cd6929ca8ff0ecbffd6 (patch)
treed64ad9da6e2c33c984c5145e49ec4af6d0ae4ea8 /MANUAL.txt
parent594d466cd357fdd7a33cc29004b1eea30b5ec156 (diff)
downloadpandoc-8b872301eb68f0617c648cd6929ca8ff0ecbffd6.tar.gz
MANUAL: update `--bibliography` with info about resource-path
and URLs.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt13
1 files changed, 8 insertions, 5 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 4126db3aa..b16379e39 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1329,7 +1329,10 @@ header when requesting a document from a URL:
: Set the `bibliography` field in the document's metadata to *FILE*,
overriding any value set in the metadata. If you supply
this argument multiple times, each *FILE* will be added to
- bibliography.
+ bibliography. If *FILE* is a URL, it will be fetched
+ via HTTP. If *FILE* is not found relative to the
+ working directory, it will be sought in the resource path
+ (see `--resource-path`).
`--csl=`*FILE*
@@ -1338,8 +1341,8 @@ header when requesting a document from a URL:
`--metadata csl=FILE`.) If *FILE* is a URL, it will be
fetched via HTTP. If *FILE* is not found relative to the
working directory, it will be sought in the resource path
- and finally in the `csl` subdirectory of the
- pandoc user data directory.
+ (see `--resource-path`) and finally in the `csl`
+ subdirectory of the pandoc user data directory.
`--citation-abbreviations=`*FILE*
@@ -1348,8 +1351,8 @@ header when requesting a document from a URL:
`--metadata citation-abbreviations=FILE`.)
If *FILE* is a URL, it will be fetched via HTTP. If *FILE* is not
found relative to the working directory, it will be sought
- in the resource path and finally in the `csl` subdirectory
- of the pandoc user data directory.
+ in the resource path (see `--resource-path`) and finally in
+ the `csl` subdirectory of the pandoc user data directory.
`--natbib`