summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib')
-rw-r--r--Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib b/Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib
new file mode 100644
index 00000000000..30f1396ce63
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-bib2-ex/crossref2.bib
@@ -0,0 +1,24 @@
+@PREAMBLE{ "\providecommand{\noopsort}[1]{}" }
+@book{TAOCP3,
+ crossref = {TAOCP},
+ title = {Sorting and Searching},
+ volume = 3,
+ series = {The Art of Computer Programming},
+ edition = 2,
+ year = 1998,
+}
+@book{TAOCP2,
+ crossref = {TAOCP},
+ title = {Seminumerical Algorithms},
+ volume = 2,
+ series = {The Art of Computer Programming},
+ edition = 2,
+ year = 1981,
+}
+@book{TAOCP,
+ author = {Donald E. Knuth},
+ publisher = {Addison"=Wesley},
+ title = {The Art of Computer Programming},
+ series = {7 B{\"a}nde},
+ year = {{\noopsort{z1968}}1968},
+}