diff options
author | nickbart1980 <nickbart1980@gmail.com> | 2015-04-13 10:21:41 +0000 |
---|---|---|
committer | nickbart1980 <nickbart1980@gmail.com> | 2015-04-13 10:21:41 +0000 |
commit | a43ceb554910eb4c33ef53f9457aab3e25412788 (patch) | |
tree | eccd8e23ca6cf8dba0be998c71f7a927a3a285a8 | |
parent | 5ae48b7eaf55de42f55d885673a394af7de89641 (diff) | |
download | pandoc-a43ceb554910eb4c33ef53f9457aab3e25412788.tar.gz |
Adds YAML biblio format
Also, adds note on pandoc-citeproc --bib2json and pandoc-citeproc --bib2yaml, and sorts table
-rw-r--r-- | README | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -2666,20 +2666,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 @@ -2699,8 +2703,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 |