diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-13 09:23:03 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-13 09:23:03 -0700 |
commit | 09083637ab74ce1ea240ee7a21460c7e3bd82899 (patch) | |
tree | fb930aa52d31d6d5098bb733b2a7545a9acb612b /README | |
parent | c5acaec3b5c0d0bac4ac23ae2cf72336140b7d96 (diff) | |
parent | a43ceb554910eb4c33ef53f9457aab3e25412788 (diff) | |
download | pandoc-09083637ab74ce1ea240ee7a21460c7e3bd82899.tar.gz |
Merge pull request #2078 from nickbart1980/patch-2
Adds YAML biblio format
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -2667,20 +2667,24 @@ The bibliography may have any of these formats: Format File extension ------------ -------------- - MODS .mods BibLaTeX .bib BibTeX .bibtex - RIS .ris + Copac .copac + CSL JSON .json + CSL YAML .yaml EndNote .enl EndNote XML .xml ISI .wos MEDLINE .medline - Copac .copac - CSL JSON .json + MODS .mods + RIS .ris Note that `.bib` can generally be used with both BibTeX and BibLaTeX files, but you can use `.bibtex` to force BibTeX. +Note that `pandoc-citeproc --bib2json` and `pandoc-citeproc --bib2yaml` +can produce `.json` and `.yaml` files from any of the supported formats. + As an alternative to specifying a bibliography file, you can include the citation data directly in the `references` field of the document's YAML metadata. The field should contain an array of @@ -2700,8 +2704,8 @@ YAML-encoded references, for example: - - 1953 - 4 - 25 - title: 'Molecular structure of nucleic acids: a structure for deoxyribose nucleic - acid' + title: 'Molecular structure of nucleic acids: a structure for deoxyribose + nucleic acid' title-short: Molecular structure of nucleic acids container-title: Nature volume: 171 |