summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/moderncv/examples/publications.bib
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/moderncv/examples/publications.bib')
-rw-r--r--macros/latex/contrib/moderncv/examples/publications.bib44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/moderncv/examples/publications.bib b/macros/latex/contrib/moderncv/examples/publications.bib
new file mode 100644
index 0000000000..2b97096793
--- /dev/null
+++ b/macros/latex/contrib/moderncv/examples/publications.bib
@@ -0,0 +1,44 @@
+%% start of file `publications.bib'.
+%% Copyright 2006-2012 Xavier Danaux (xdanaux at gmail.com).
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License version 1.3c,
+% available at http://www.latex-project.org/lppl/.
+
+
+@BOOK{book1,
+ author = {John Doe and Author 1},
+ title = {Title},
+ publisher = {Publisher},
+ edition = {edition},
+ year = {year},
+}
+
+@BOOK{book2,
+ author = {John Doe and Author 2},
+ title = {Title},
+ publisher = {Publisher},
+ edition = {edition},
+ year = {year},
+}
+
+@MISC{misc1,
+ author = {John Doe},
+ title = {Title},
+ year = {year},
+}
+
+@MISC{misc2,
+ author = {John Doe and Author 3},
+ title = {Title},
+ year = {year},
+}
+
+@MISC{misc3,
+ author = {John Doe},
+ title = {Title},
+ year = {year},
+}
+
+
+%% end of file `publications.bib'.