More documentation on converting bib formats.

This commit is contained in:
John MacFarlane 2020-10-08 22:10:30 -07:00
parent 2d4214fa31
commit 307ea358cb

View file

@ -5137,6 +5137,18 @@ section from a BibTeX, BibLaTeX, or CSL JSON bibliography:
pandoc chem.bib -s -t markdown pandoc chem.bib -s -t markdown
pandoc chem.json -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 ### Capitalization in titles