aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-incollection.md
blob: 128f2d4b4a0d94f43fb6124a6a52d4dc0b2837d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
```
% pandoc -f biblatex -t markdown -s
@comment{adapted from http://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/biblatex-examples.bib}

@string{hup = {Harvard University Press}}

@incollection{brandt,
	Annotation = {An incollection entry with a series and a number. Note the format of the printed name and compare the useprefix option in the options field as well as vangennep. Also note the indextitle, and indexsorttitle fields},
	Author = {von Brandt, Ahasver and Hoffmann, Erich},
	Booktitle = {Europa im Hoch- und Spätmittelalter},
	Date = 1987,
	Editor = {Seibt, Ferdinand},
	Hyphenation = {german},
	Indexsorttitle = {Nordischen Lander von der Mitte des 11. Jahrhunderts bis 1448},
	Indextitle = {Nordischen Länder von der Mitte des 11.~Jahrhunderts bis 1448, Die},
	Location = {Stuttgart},
	Number = 2,
	Options = {useprefix=false},
	Pages = {884-917},
	Publisher = {Klett-Cotta},
	Series = {Handbuch der europäischen Geschichte},
	Shorttitle = {Die nordischen Länder},
	Title = {Die nordischen Länder von der Mitte des 11.~Jahrhunderts bis 1448}}

@incollection{hyman,
	Annotation = {An incollection entry with a series and number field},
	Author = {Hyman, Arthur},
	Booktitle = {Studies in {Aristotle}},
	Date = 1981,
	Editor = {O'Meara, Dominic J.},
	Hyphenation = {american},
	Indextitle = {Aristotle's Theory of the Intellect},
	Keywords = {secondary},
	Location = {Washington, D.C.},
	Number = 9,
	Pages = {161-191},
	Publisher = {The Catholic University of America Press},
	Series = {Studies in Philosophy and the History of Philosophy},
	Shorttitle = {Aristotle's Theory of the Intellect},
	Title = {Aristotle's Theory of the Intellect and its Interpretation by {Averroes}}}

@incollection{pines,
	Annotation = {A typical incollection entry. Note the indextitle field},
	Author = {Pines, Shlomo},
	Booktitle = {Studies in Medieval {Jewish} History and Literature},
	Date = 1979,
	Editor = {Twersky, Isadore},
	Hyphenation = {american},
	Indextitle = {Limitations of Human Knowledge According to Al-Farabi, ibn Bajja, and Maimonides, The},
	Keywords = {secondary},
	Location = {Cambridge, Mass.},
	Pages = {82-109},
	Publisher = hup,
	Shorttitle = {Limitations of Human Knowledge},
	Title = {The Limitations of Human Knowledge According to {Al-Farabi}, {ibn Bajja}, and {Maimonides}}}

^D
---
nocite: '[@*]'
references:
- annote: 'An incollection entry with a series and a number. Note the
    format of the printed name and compare the useprefix option in the
    options field as well as vangennep. Also note the indextitle, and
    indexsorttitle fields'
  author:
  - dropping-particle: von
    family: Brandt
    given: Ahasver
  - family: Hoffmann
    given: Erich
  collection-number: 2
  collection-title: Handbuch der europäischen Geschichte
  container-title: 'Europa im Hoch- und Spätmittelalter'
  editor:
  - family: Seibt
    given: Ferdinand
  id: brandt
  issued: 1987
  language: 'de-DE'
  page: '884-917'
  publisher: 'Klett-Cotta'
  publisher-place: Stuttgart
  title: Die nordischen Länder von der Mitte des 11. Jahrhunderts bis
    1448
  title-short: Die nordischen Länder
  type: chapter
- annote: An incollection entry with a series and number field
  author:
  - family: Hyman
    given: Arthur
  collection-number: 9
  collection-title: Studies in philosophy and the history of philosophy
  container-title: Studies in Aristotle
  editor:
  - family: 'O''Meara'
    given: Dominic J.
  id: hyman
  issued: 1981
  keyword: secondary
  language: 'en-US'
  page: '161-191'
  publisher: The Catholic University of America Press
  publisher-place: 'Washington, D.C.'
  title: 'Aristotle''s theory of the intellect and its interpretation by
    Averroes'
  title-short: 'Aristotle''s theory of the intellect'
  type: chapter
- annote: A typical incollection entry. Note the indextitle field
  author:
  - family: Pines
    given: Shlomo
  container-title: Studies in medieval Jewish history and literature
  editor:
  - family: Twersky
    given: Isadore
  id: pines
  issued: 1979
  keyword: secondary
  language: 'en-US'
  page: '82-109'
  publisher: Harvard University Press
  publisher-place: 'Cambridge, Mass.'
  title: 'The limitations of human knowledge according to Al-Farabi,
    [ibn Bajja]{.nocase}, and Maimonides'
  title-short: Limitations of human knowledge
  type: chapter
---


```