aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-14 09:54:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-14 09:54:52 -0700
commitaa5d87961d157f21b72d4e757b38ab66ff1e668f (patch)
treee67b925cd39de5443fd4d127e98f08231d2991be /MANUAL.txt
parent435f3bd0462b67af1c678632aeaf33d5affc0a76 (diff)
downloadpandoc-aa5d87961d157f21b72d4e757b38ab66ff1e668f.tar.gz
Fix CSL JSON conversion examples in MANUAL.
You need -f csljson.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 27f340098..94790febc 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -5147,14 +5147,14 @@ array of YAML-encoded references, for example:
Note that `pandoc` can be used to produce such a YAML metadata
section from a BibTeX, BibLaTeX, or CSL JSON bibliography:
- pandoc chem.bib -s -t markdown
- pandoc chem.json -s -t markdown
+ pandoc chem.bib -s -f biblatex -t markdown
+ pandoc chem.json -s -f csljson -t markdown
`pandoc` can also be used to produce CSL JSON bibliography
from BibTeX, BibLaTeX, or markdown YAML:
- pandoc chem.bib -s -t csljson
- pandoc chem.yaml -s -t csljson
+ pandoc chem.bib -s -f biblatex -t csljson
+ pandoc chem.yaml -s -f markdown -t csljson
Running pandoc on a bibliography file with the `--citeproc`
option will create a formatted bibliography in the format