summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/csbulletin/doc/example.bib
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/csbulletin/doc/example.bib')
-rw-r--r--macros/latex/contrib/csbulletin/doc/example.bib19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/latex/contrib/csbulletin/doc/example.bib b/macros/latex/contrib/csbulletin/doc/example.bib
new file mode 100644
index 0000000000..d882b6520b
--- /dev/null
+++ b/macros/latex/contrib/csbulletin/doc/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},
+}