From 8b872301eb68f0617c648cd6929ca8ff0ecbffd6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 15 Dec 2020 09:32:19 -0800 Subject: [PATCH] MANUAL: update `--bibliography` with info about resource-path and URLs. --- MANUAL.txt | 13 ++++++++----- 1 file 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`