summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/csbulletin/example.bib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-11-29 21:12:17 +0000
committerKarl Berry <karl@freefriends.org>2022-11-29 21:12:17 +0000
commit00d87261416e9bd5268d231188c8ded6a759e0e4 (patch)
treea26ee1860359f1ce9585534b3eb8893cdb258b55 /Master/texmf-dist/doc/latex/csbulletin/example.bib
parent6f25a6db4bd678d25f7b70dc6ee8a555251211e6 (diff)
csbulletin (29nov22)
git-svn-id: svn://tug.org/texlive/trunk@65146 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/csbulletin/example.bib')
-rw-r--r--Master/texmf-dist/doc/latex/csbulletin/example.bib19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/csbulletin/example.bib b/Master/texmf-dist/doc/latex/csbulletin/example.bib
new file mode 100644
index 00000000000..d882b6520b4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/csbulletin/example.bib
@@ -0,0 +1,19 @@
+@book{knuth-tb,
+ author = {Donald Ervin Knuth},
+ title = {The \TeX book},
+ location = {Reading (MA, USA)},
+ publisher = {Addison-Wesley},
+ year = {1986},
+ pagetotal = {x+483},
+ isbn = {0-201-13448-9},
+}
+
+@book{knuth-ttp,
+ author = {Donald Ervin Knuth},
+ title = {\TeX: The Program},
+ location = {Reading (MA, USA)},
+ publisher = {Addison-Wesley},
+ year = {1986},
+ pagetotal = {624},
+ isbn = {0-201-13437-3},
+}