packages feed

pandoc-citeproc-0.13: tests/biblio2yaml/kant-kpv.biblatex

@comment{

Adapted from biblatex-example.bib


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

(Kant 1968)

Kant, Immanuel. 1968. “Kritik der praktischen Vernunft.” In *Kants
Werke. Akademie Textausgabe*, by Immanuel Kant, 5:1–163. Berlin: Walter
de Gruyter.


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

(Kant, 1968)

Kant, I. (1968). Kritik der praktischen Vernunft. In *Kants Werke.
Akademie Textausgabe* (Vol. 5, pp. 1–163). Berlin: Walter de Gruyter.


NOTES:

- citeproc
	- support for the not yet official "volume-title" is missing

- csl style file
	- if author and container-author are identical, container-author should be suppressed (apparently csl style file issue; zotero shows same behaviour)

}

@InBook{kant:kpv,
  title        = {Kritik der praktischen Vernunft},
  date         = 1968,
  author       = {Kant, Immanuel},
  booktitle    = {Kritik der praktischen Vernunft. Kritik der Urtheilskraft},
  bookauthor   = {Kant, Immanuel},
  maintitle    = {Kants Werke. Akademie Textausgabe},
  volume       = 5,
  publisher    = {Walter de Gruyter},
  location     = {Berlin},
  pages        = {1-163},
  shorthand    = {KpV},
  hyphenation  = {german},
  shorttitle   = {Kritik der praktischen Vernunft},
  annotation   = {An edition of Kant's \emph{Collected Works}, volume five. This
                  is an inbook entry which explicitly refers to the
                  \emph{Critique of Practical Reason} only, not to the entire
                  fifth volume. Note the author and bookauthor
                  fields in the database file. By default, the
                  bookauthor is omitted if the values of the
                  author and bookauthor fields are identical},
}

---
references:
- id: kant:kpv
  type: chapter
  author:
  - family: Kant
    given: Immanuel
  container-author:
  - family: Kant
    given: Immanuel
  issued:
  - year: 1968
  title: Kritik der praktischen Vernunft
  title-short: Kritik der praktischen Vernunft
  container-title: Kants Werke. Akademie Textausgabe
  volume-title: Kritik der praktischen Vernunft. Kritik der Urtheilskraft
  publisher: Walter de Gruyter
  publisher-place: Berlin
  page: '1-163'
  volume: '5'
  annote: An edition of Kant’s *Collected Works*, volume five. This is an inbook entry
    which explicitly refers to the *Critique of Practical Reason* only, not to the
    entire fifth volume. Note the author and bookauthor fields in the database file.
    By default, the bookauthor is omitted if the values of the author and bookauthor
    fields are identical
  language: de-DE
...