From aa5d87961d157f21b72d4e757b38ab66ff1e668f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 14 Oct 2020 09:54:52 -0700 Subject: [PATCH] Fix CSL JSON conversion examples in MANUAL. You need -f csljson. --- MANUAL.txt | 8 ++++---- 1 file 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