From 307ea358cbaef5fe1104a9ed587dde6119df3a7d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 22:10:30 -0700 Subject: [PATCH] More documentation on converting bib formats. --- MANUAL.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MANUAL.txt b/MANUAL.txt index 5b2520f5c..dda1485e0 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -5137,6 +5137,18 @@ section from a BibTeX, BibLaTeX, or CSL JSON bibliography: pandoc chem.bib -s -t markdown pandoc chem.json -s -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 + +Running pandoc on a bibliography file with the `--citeproc` +option will create a formatted bibliography in the format +of your choice: + + pandoc chem.bib -s --citeproc -o chem.html + pandoc chem.bib -s --citeproc -o chem.pdf ### Capitalization in titles