summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-bib2-ex/crossref.bib
blob: 4c8b91e92427eede9ed902ea883542211effe758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@BOOK{TAOCP2,
   crossref = {TAOCP},
   title = {Seminumerical Algorithms},
   volume = 2,
   series = {The Art of Computer Programming},
   edition = 2,
   date = 1981,
}
@BOOK{TAOCP,
   author = {Donald E. Knuth},
   publisher = {Addison-Wesley},
   title = {The Art of Computer Programming},
   series = {7 Bände},
   date = 1968,
}