summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/bibtex/germbib/gerxampl.bib
blob: 8ef6df3ecc48e984389c4be50d1a3d8882e94c96 (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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
@preamble{ "\newcommand{\noopsort}[1]{} "
        # "\newcommand{\printfirst}[2]{#1} "
        # "\newcommand{\singleletter}[1]{#1} "
        # "\newcommand{\switchargs}[2]{#2#1} " }

@ARTICLE{article-minimal,
   author = {Leslie Andrew Aamport},
   title = {Das System f{\"u}r die Vorbereitung von Dokumentationen {\"u}ber Gnats und Gnus},
   journal = {Die Haustier-Zeitschrift},
   year = 1986,
   language = "german"
}

@ARTICLE{article-full,
   author = {Leslie Andrew Aamport},
   title = {Das System f{\"u}r die Vorbereitung von Dokumentationen {\"u}ber Gnats und Gnus},
   journal = {Die Haustier-Zeitschrift},
   year = 1986,
   volume = 41,
   number = 7,
   pages = "73\,ff.",
   month = jul,
   note = "Dies ist ein vollst{\"a}ndiger ARTICLE-Eintrag",
}

The KEY field is here to override the KEY field in the journal being
cross referenced (so is the NOTE field, in addition to its imparting
information).

@ARTICLE{article-crossref,
   crossref = {WHOLE-JOURNAL},
   key = "",
   author = {Leslie Andrew Aamport},
   title = {Das System f{\"u}r die Vorbereitung von Dokumentationen {\"u}ber Gnats und Gnus},
   pages = "73\,ff.",
   note = "Dies ist ein querverweisender ARTICLE-Eintrag",
}

@ARTICLE{whole-journal,
   key = "GAJ",
   journal = {Die Haustier-Zeitschrift},
   year = 1986,
   volume = 41,
   number = 7,
   month = jul,
   note = {Dieses ganze Exemplar ist den Gnats und Gnus gewidmet
                (dieser Eintrag ist ein ARTICLE (journal), auf den Verwiesen wurde)},
}

@INBOOK{inbook-minimal,
   author = "Donald Edward Knuth",
   title = "Fundamentale Algorithmen",
   publisher = "Addison-Wesley",
   year = "{\noopsort{1973b}}1973",
   chapter = "1.2",
}

@INBOOK{inbook-full,
   author = "Donald Edward Knuth",
   title = "Fundamentale Algorithmen",
   volume = 1,
   series = "Die Kunst der Computerprogrammierung",
   publisher = "Addison-Wesley",
   address = "Reading, Massachusetts",
   edition = "Zweite",
   month = "10.~" # jan,
   year = "{\noopsort{1973b}}1973",
   type = "Kapitel",
   chapter = "1.2",
   pages = "10--119",
   note = "Dies ist ein vollst{\"a}ndiger INBOOK-Eintrag",
}

@INBOOK{inbook-crossref,
   crossref = "whole-set",
   title = "Fundamentale Algorithmen",
   volume = 1,
   series = "Die Kunst der Computerprogrammierung",
   edition = "Zweite",
   year = "{\noopsort{1973b}}1973",
   type = "Kapitel",
   chapter = "1.2",
   note = "Dies ist ein querverweisender INBOOK-Eintrag",
}

@BOOK{book-minimal,
   author = "Donald Edward Knuth",
   title = "Seminumerische Algorithmen",
   publisher = "Addison-Wesley",
   year = "{\noopsort{1973c}}1981",
}

@BOOK{book-full,
   author = "Donald Edward Knuth",
   title = "Seminumerische Algorithmen",
   volume = 2,
   series = "Die Kunst der Computerprogrammierung",
   publisher = "Addison-Wesley",
   address = "Reading, Massachusetts",
   edition = "Zweite",
   month = "10.~" # jan,
   year = "{\noopsort{1973c}}1981",
   note = "Dies ist ein vollst{\"a}ndiger BOOK-Eintrag",
}

@BOOK{book-crossref,
   crossref = "whole-set",
   title = "Seminumerische Algorithmen",
   volume = 2,
   series = "Die Kunst der Computerprogrammierung",
   edition = "Zweite",
   year = "{\noopsort{1973c}}1981",
   note = "Dies ist ein querverweisender BOOK-Eintrag",
}

@BOOK{whole-set,
   author = "Donald Edward Knuth",
   publisher = "Addison-Wesley",
   title = "Die Kunst der Computerprogrammierung",
   series = "Vier B{\"a}nde",
   year = "{\noopsort{1973a}}{\switchargs{--90}{1968}}",
   note = "Sieben B{\"a}nde geplant (dies ist eine Reihe von BOOK(s), auf die verwiesen wird)",
}

@BOOKLET{booklet-minimal,
   key = "Kn{\printfirst{v}{1987}}",
   title = "Die Programmierung von Computerkunst",
}

@BOOKLET{booklet-full,
   author = "Jill Clown Knvth",
   title = "Die Programmierung von Computerkunst",
   howpublished = "Kunstverein D{\"u}sseldorf",
   address = "D{\"u}sseldorf, Nordrheinwestfalen",
   month = feb,
   year = 1988,
   note = "Dies ist ein vollst{\"a}ndiger BOOKLET-Eintrag",
}

@INCOLLECTION{incollection-minimal,
   author = "Daniel David Lincoll",
   title = "Semigruppen von Wiederholungen",
   booktitle = "High Speed Computer und Algorithmus Organisation",
   publisher = "Universit{\"a}tsdruckerei",
   year = 1977,
}

@INCOLLECTION{incollection-full,
   author = "Daniel David Lincoll",
   title = "Semigruppen von Wiederholungen",
   editor = "David Johannes Lipcoll and Dirk Herwig Lawrie and Abraham Hans Sameh",
   booktitle = "High Speed Computer und Algorithmus Organisation",
   number = 23,
   series = "Schnelle Computer",
   chapter = 3,
   type = "Teil",
   pages = "179--183",
   publisher = "Universit{\"a}tsdruckerei",
   address = "Hintertupfingen am Bodensee",
   edition = "Dritte",
   month = sep,
   year = 1977,
   note = "Dies ist ein vollst{\"a}ndiger INCOLLECTION-Eintrag",
}

@INCOLLECTION{incollection-crossref,
   crossref = "whole-collection",
   author = "Daniel Depp Lincoll",
   title = "Semigruppen von Wiederholungen",
   pages = "179--183",
   note = "Dies ist ein querverweisender INCOLLECTION-Eintrag",
}

@BOOK{whole-collection,
   editor = "David Johannes Lipcoll and Dirk Herwig Lawrie and Abraham Hans Sameh",
   title = "High Speed Computer und Algorithmus Organisation",
   booktitle = "High Speed Computer und Algorithmus Organisation",
   number = 23,
   series = "Schnelle Computer",
   publisher = "Universit{\"a}tsdruckerei",
   address = "Hintertupfingen am Bodensee",
   edition = "Dritte",
   month = sep,
   year = 1977,
   note = "Dies ist ein BOOK-Eintrag (aus einer Reihe), auf den verwiesen wurde",
}

@MANUAL{manual-minimal,
   key = "Handbuchmacher",
   title = "Das definitive Computer-Handbuch",
}

@MANUAL{manual-full,
   author = "Larry Manmaker",
   title = "Das definitive Computer-Handbuch",
   organization = "Microchips-Revelation-Deutschland",
   address = "Silikontal",
   edition = "Silberpfeil",
   month = apr # "--" # may,
   year = 1986,
   note = "Dies ist ein vollst{\"a}ndiger MANUAL-Eintrag",
}

@MASTERSTHESIS{mastersthesis-minimal,
   author = "{\'{E}}douard Masterly",
   title = "Wie schreibe ich eine Diplomarbeit?",
   school = "Universit{\"a}t W{\"u}rzfestung",
   year = 1988,
}

@MASTERSTHESIS{mastersthesis-full,
   author = "{\'{E}}douard Masterly",
   title = "Wie schreibe ich eine Diplomarbeit?",
   school = "Universit{\"a}t W{\"u}rzfestung",
   type = "Projekt {\"u}ber Diplom- und Magisterarbeiten",
   address = "Abteilung f{\"u}r Germanistik",
   month = jun # "--" # aug,
   year = 1988,
   note = "Dies ist ein vollst{\"a}ndiger MASTERSTHESIS-Eintrag",
}

@MISC{misc-minimal,
   key = "Vermixtes",
   note = "Dies ist ein minimaler MISC-Eintrag",
}

@MISC{misc-full,
   author = "Joe-Bob Missilany",
   title = "Zuf{\"a}llige Verteilung von Pamphleten an Flugh{\"a}fen",
   howpublished = "Ausgegeben in Frankfurt am Main",
   month = oct,
   year = 1984,
   note = "Dies ist ein vollst{\"a}ndiger MISC-Eintrag",
}

@STRING{STOC-key = "OX{\singleletter{stoc}}"}

@STRING{ACM = "OX-Vereinigung f{\"u}r Computing-Maschinerie"}

@STRING{STOC = ": Symposium {\"u}ber die Theorie des Computing"}

@INPROCEEDINGS{inproceedings-minimal,
   author = "Alfred Veit Oaho and Jeffrey Dieter Ullman and Mihalis Yannakakis",
   title = "Vorstellungen {\"u}ber die Informations{\"u}bertragung in {VLSI}-Schaltkreisen",
   booktitle = "Konferenz zum f{\"u}nften Jahrestag der " # ACM # STOC,
   year = 1983,
}

@INPROCEEDINGS{inproceedings-full,
   author = "Alfred Veit Oaho and Jeffrey Dieter Ullman and Mihalis Yannakakis",
   title = "Vorstellungen {\"u}ber die Informations{\"u}bertragung in {VLSI}-Schaltkreisen",
   booktitle = "Konferenz zum f{\"u}nften Jahrestag der " # ACM # STOC,
   editor = "Wizard Veit Oz and Mihalis Yannakakis",
   number = 17,
   series = "Alle Konferenzen der " # ACM,
   pages = "133--139",
   month = mar,
   year = 1983,
   address = "M{\"u}nchen",
   organization = ACM,
   publisher = "Universit{\"a}tsdruckerei",
   note = "Dies ist ein vollst{\"a}ndiger INPROCEDINGS-Eintrag",
}

@INPROCEEDINGS{inproceedings-crossref,
   crossref = "whole-proceedings",
   author = "Alfred Veit Oaho and Jeffrey Dieter Ullman and Mihalis Yannakakis",
   title = "Vorstellungen {\"u}ber die Informations{\"u}bertragung in {VLSI}-Schaltkreisen",
   organization = "",
   pages = "133--139",
   note = "Dies ist ein querverweisender INPROCEEDINGS-Eintrag",
}

@PROCEEDINGS{proceedings-minimal,
   key = STOC-key,
   title = "Konferenz zum f{\"u}nften Jahrestag der " # ACM # STOC,
   year = 1983,
}

@PROCEEDINGS{proceedings-full,
   editor = "Wizard Veit Oz and Mihalis Yannakakis",
   title = "Proc. Fifteenth Annual" # STOC,
   number = 17,
   series = "Alle Konferenzen der " # ACM,
   month = mar,
   year = 1983,
   address = "M{\"u}nchen",
   organization = ACM,
   publisher = "Universit{\"a}tsdruckerei",
   note = "Dies ist ein vollst{\"a}ndiger PROCEEDINGS-Eintrag",
}

@PROCEEDINGS{whole-proceedings,
   key = STOC-key,
   organization = ACM,
   title = "Konferenz zum f{\"u}nften Jahrestag" # STOC,
   address = "M{\"u}nchen",
   year = 1983,
   booktitle = "Konferenz zum f{\"u}nften Jahrestag der " # ACM # STOC,
   note = "This is a cross-referenced PROCEEDINGS",
}

@PHDTHESIS{phdthesis-minimal,
   author = "Friedrich Phidias Phony-Baloney",
   title = "Feuer mit Feuer bek{\"a}mpfen: Gewandte Franz{\"o}sische Redewendungen",
   school = "Fanstord Universit{\"a}t",
   year = 1988,
}

@PHDTHESIS{phdthesis-full,
   author = "Friedrich Phidias Phony-Baloney",
   title = "Feuer mit Feuer bek{\"a}mpfen: Gewandte Franz{\"o}sische Redewendungen",
   school = "Universit{\"a}t W{\"u}rzburg",
   type = "Dissertation",
   address = "Abteilung f{\"u}r Franz{\"o}sisch",
   month = jun # "--" # aug,
   year = 1988,
   note = "Dies ist ein vollst{\"a}ndiger PHDTHESIS-Eintrag",
}

@TECHREPORT{techreport-minimal,
   author = "Tom von Schrecklich",
   title = "An {$O(n \log n / \! \log\log n)$} Sortier Algorithmus",
   institution = "Universit{\"a}t W{\"u}rzburg",
   year = 1988,
}

@TECHREPORT{techreport-full,
   author = "Tom T{\'{e}}rrific",
   title = "An {$O(n \log n / \! \log\log n)$} Sortier Algorithmus",
   institution = "Universit{\"a}t W{\"u}rzburg",
   type = "W{\"u}nschenswertes Untersuchungsergebnis",
   number = "7",
   address = "Abteilung f{\"u}r Computerwissenschaften, W{\"u}rzburg, Bayern",
   month = oct,
   year = 1988,
   note = "Dies ist ein vollst{\"a}ndiger TECHREPORT-Eintrag",
}

@UNPUBLISHED{unpublished-minimal,
   author = "Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul {\={P}}ot",
   title = "Niedrigere Grenzen f{\"u}r w{\"u}nschenswerte Untersuchungsergebnisse",
   note = "Colloquium an der Universit{\"a}t W{\"u}rzburg (dies ist ein minimaler UNPUBLISHED-Eintrag)",
}

@UNPUBLISHED{unpublished-full,
   author = "Ulrich {\"{U}}nderwood and Ned {\~N}et and Paul {\={P}}ot",
   title = "Niedrigere Grenzen f{\"u}r w{\"u}nschenswerte Untersuchungsergebnisse",
   month = nov # ", " # dec,
   year = 1988,
   note = "Colloquium an der Universit{\"a}t W{\"u}rzburg (dies ist ein vollst{\"a}ndiger UNPUBLISHED-Eintrag)",
}

@MISC{random-note-crossref,
   key = {Volume-2},
   note = "Band~2 ist unter Knuth \cite{book-full} aufgef{\"u}hrt"
}