aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-10 15:20:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-10 15:20:09 -0700
commit5cf3140b094665d3e913285d19e981b3ada6e9ae (patch)
tree25e9b4f846cb3d3c6f10bc1e68388df01c3ce734 /MANUAL.txt
parent26321383606939680a96a1251de624928acaf5b0 (diff)
downloadpandoc-5cf3140b094665d3e913285d19e981b3ada6e9ae.tar.gz
Add citeproc related options to sample defaults file.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt17
1 files changed, 15 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index dda1485e0..b247e21f9 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1522,9 +1522,22 @@ include-after-body: []
include-in-header: []
resource-path: ["."]
-# filters will be assumed to be Lua filters if they have
+# turn on built-in citation processing. Note that if you need
+# control over when the citeproc processing is done relative
+# to other filters, you should instead use `citeproc` in the
+# list of `filters` (see below).
+citeproc: true
+csl: ieee
+bibliography:
+- foobar.bib
+- barbaz.json
+
+# Filters will be assumed to be Lua filters if they have
# the .lua extension, and json filters otherwise. But
-# the filter type can also be specified explicitly, as shown:
+# the filter type can also be specified explicitly, as shown.
+# Filters are run in the order specified.
+# To include the built-in citeproc filter, use either `citeproc`
+# or `{type: citeproc}`.
filters:
- wordcount.lua
- type: json