summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/moderncv/examples/publications.bib')
-rw-r--r--Master/texmf-dist/doc/latex/moderncv/examples/publications.bib28
1 files changed, 24 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
index 2149ec056e2..dc1f22c9f1e 100644
--- a/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
+++ b/Master/texmf-dist/doc/latex/moderncv/examples/publications.bib
@@ -6,16 +6,36 @@
% available at http://www.latex-project.org/lppl/.
-@BOOK{publication1,
- author = {Author 1 and Author 2},
+@BOOK{book1,
+ author = {John Doe and Author 1},
title = {Title},
publisher = {Publisher},
edition = {edition},
year = {year},
}
-@MISC{publication2,
- author = {Author},
+@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},
}