aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-09-01 16:26:08 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-09-01 16:26:08 -0700
commit9ca89ec673b3f531927793799f8dfecc9fbf85c1 (patch)
tree2a42ec10c051b5cf39696f6e99ab559ff90b20bf
parent8977b2aaed096a71e669e1161f6ce10d5286f34e (diff)
downloadpandoc-9ca89ec673b3f531927793799f8dfecc9fbf85c1.tar.gz
Documented --bibliography, --csl, --citation-abbreviations.
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
index 236637d10..dc08c374d 100644
--- a/README
+++ b/README
@@ -604,6 +604,23 @@ Options affecting specific writers
Citation rendering
------------------
+`--bibliography=`*FILE*
+: Set the `bibliography` field in the document's metadata to *FILE*,
+ overriding any value set in the metadata, and tell pandoc to
+ use the `pandoc-citeproc` filter. (This is equivalent to the
+ combination `--metadata bibliography=FILE --filter pandoc-citeproc`.)
+ Note that an error will result unless `pandoc-citeproc` is installed.
+
+`--csl=`*FILE*
+: Set the `csl` field in the document's metadata to *FILE*,
+ overriding any value set in the metadata. (This is equivalent to
+ `--metadata csl=FILE`.)
+
+`--citation-abbreviations=`*FILE*
+: Set the `citation-abbreviations` field in the document's metadata to
+ *FILE*, overriding any value set in the metadata. (This is equivalent to
+ `--metadata citation-abbreviations=FILE`.)
+
`--natbib`
: Use natbib for citations in LaTeX output.