summaryrefslogtreecommitdiff
path: root/info/examples/LaTeX-Bib/crossref2.bib
blob: 3eee34899945099970155f6db472b5c55d701b3f (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
@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\"ande},
   year = "\noopsort{z1968}1968",
}