summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-bib2-ex/demo10.bib
blob: 2fcecf1183ebe1e7b133d0c8c90168cf1d38e0c6 (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
@PREAMBLE{ "\providecommand{\noopsort}[1]{}" }
@book{TAOCP3,
   crossref = {TAOCP},
   title = {Sorting and Searching},
   volume = 3,
   series = {The Art of Computer Programming},
   edition = {Second},
   year = 1998,
}
@book{TAOCP2,
   crossref = {TAOCP},
   title = {Seminumerical Algorithms},
   volume = 2,
   series = {The Art of Computer Programming},
   edition = {Second},
   year = 1981,
}
@book{TAOCP,
   author = {Donald E. Knuth},
   publisher = {Addison-Wesley},
   title = {The Art of Computer Programming},
   series = {7 Bände},
   year = "\noopsort{z1968}1968",
}
@book{beamer,
   author = {Herbert Vo{\ss}},
   publisher = {Lehmanns Media},
   title = {Pr{\"a}sentationen mit {\LaTeX}},
   series = {DANTE Edition},
   edition = 1,
   year = 2009,
}