summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-19 22:16:31 +0000
committerKarl Berry <karl@freefriends.org>2015-02-19 22:16:31 +0000
commit773310e58596170d4241a9896088b7b77f2cc312 (patch)
tree03a761183b4050ae1b3ef46811223d22e9d87642 /Master/texmf-dist/doc/latex/citeall/examples-citeall.bib
parent10eee2660dbd42a48abf08917f3708dc6024832d (diff)
citeall (19feb15)
git-svn-id: svn://tug.org/texlive/trunk@36325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/citeall/examples-citeall.bib')
-rw-r--r--Master/texmf-dist/doc/latex/citeall/examples-citeall.bib25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib b/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib
new file mode 100644
index 00000000000..1f4eec3acec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/citeall/examples-citeall.bib
@@ -0,0 +1,25 @@
+@ARTICLE{article2015,
+ AUTHOR = {Muster, Max},
+ TITLE = {Title of Article},
+ YEAR = {2015},
+ JOURNAL = {Testjournal},
+ volume = {1},
+ number = {2},
+ pages = {15},
+ month = {2},
+}
+
+
+@BOOK{book2015,
+ AUTHOR = {BookAuthor, Eva},
+ EDITOR = {Editor, Ben},
+ TITLE = {a book},
+ YEAR = {2015},
+ PUBLISHER = {Publisher},
+}
+
+@misc{fischer2015,
+ AUTHOR = {Fischer, Ulrike},
+ TITLE = {The citeall package},
+ YEAR = {2015},
+}