Fix CSL JSON conversion examples in MANUAL.

You need -f csljson.
This commit is contained in:
John MacFarlane 2020-10-14 09:54:52 -07:00
parent 435f3bd046
commit aa5d87961d

View file

@ -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