packages feed

pandoc-citeproc-0.3: tests/biblio2yaml/knuth-ct-c.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Knuth 1986)

Knuth, Donald E. 1986. *The METAFONTbook*. *Computers & Typesetting*.
Vol. C. Reading, Mass.: Addison-Wesley.


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

(Knuth, 1986)

Knuth, D. E. (1986). *The METAFONTbook*. *Computers & typesetting* (Vol.
C). Reading, Mass.: Addison-Wesley.


}

@Book{knuth:ct:c,
  author       = {Knuth, Donald E.},
  title        = {The {METAFONTbook}},
  date         = 1986,
  maintitle    = {Computers \& Typesetting},
  volume       = {C},
  publisher    = {Addison-Wesley},
  location     = {Reading, Mass.},
  hyphenation  = {american},
  sortyear     = {1986-2},
  sorttitle    = {Computers & Typesetting C},
  indextitle   = {METAFONTbook, The},
  shorttitle   = {{METAFONTbook}},
  annotation   = {The third volume of a five-volume book. Note the
                  sorttitle and sortyear fields as well as the
                  indextitle field},
}

---
references:
- title-short: METAFONTbook
  annote: The third volume of a five-volume book. Note the sorttitle and sortyear
    fields as well as the indextitle field
  title: The METAFONTbook
  volume: C
  id: knuth:ct:c
  issued:
    date-parts:
    - - 1986
  author:
  - given: Donald E.
    family: Knuth
  container-title: Computers & typesetting
  publisher: Addison-Wesley
  type: book
  publisher-place: Reading, Mass.
  language: en-US
...