packages feed

pandoc-citeproc-0.2: tests/biblio2yaml/companion.biblatex

@comment{

Adapted from biblatex-example.bib


Formatted with pandoc and chicago-author-date.csl, 2013-10-23:

(Goossens, Mittelbach, and Samarin 1994)

Goossens, Michel, Frank Mittelbach, and Alexander Samarin. 1994. *The
LaTeX Companion*. 1st ed. Reading, Mass.: Addison-Wesley.


Formatted with pandoc and apa.csl, 2013-10-23:

(Goossens, Mittelbach, & Samarin, 1994)

Goossens, M., Mittelbach, F., & Samarin, A. (1994). *The LaTeX
companion* (1st ed.). Reading, Mass.: Addison-Wesley.


}

@Book{companion,
  author       = {Goossens, Michel and Mittelbach, Frank and Samarin, Alexander},
  title        = {The {LaTeX} Companion},
  date         = 1994,
  edition      = 1,
  publisher    = {Addison-Wesley},
  location     = {Reading, Mass.},
  pagetotal    = 528,
  hyphenation  = {american},
  sorttitle    = {LaTeX Companion},
  indextitle   = {LaTeX Companion, The},
  shorttitle   = {LaTeX Companion},
  annotation   = {A book with three authors. Note the formatting of the author
                  list. By default, only the first name is reversed in the
                  bibliography},
}

---
references:
- title-short: LaTeX companion
  annote: A book with three authors. Note the formatting of the author list. By default,
    only the first name is reversed in the bibliography
  title: The LaTeX companion
  id: companion
  issued:
    year: 1994
  author:
  - given:
    - Michel
    family: Goossens
  - given:
    - Frank
    family: Mittelbach
  - given:
    - Alexander
    family: Samarin
  number-of-pages: 528
  edition: 1
  publisher: Addison-Wesley
  type: book
  publisher-place: Reading, Mass.
  language: en-US
...