diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 22:10:30 -0700 | 
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 22:10:30 -0700 | 
| commit | 307ea358cbaef5fe1104a9ed587dde6119df3a7d (patch) | |
| tree | 5e0165433f965093a0346b282f5fac615531dd81 | |
| parent | 2d4214fa3141f4a1cbde67f4e170a5bc5e639f32 (diff) | |
| download | pandoc-307ea358cbaef5fe1104a9ed587dde6119df3a7d.tar.gz | |
More documentation on converting bib formats.
| -rw-r--r-- | MANUAL.txt | 12 | 
1 files changed, 12 insertions, 0 deletions
| 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 | 
