summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/moderncv/publications.bib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-23 03:02:06 +0000
committerNorbert Preining <norbert@preining.info>2021-01-23 03:02:06 +0000
commitfcf66e0c8c8c0f5d590d5ac4411b13977aef8a30 (patch)
treec3e833039bb26ff1b8a5730bff18f6f3c5f6ae56 /macros/latex/contrib/moderncv/publications.bib
parente1a7798f45cd37c0aa0bfaaef5f0acb4e48bc867 (diff)
CTAN sync 202101230302
Diffstat (limited to 'macros/latex/contrib/moderncv/publications.bib')
-rw-r--r--macros/latex/contrib/moderncv/publications.bib44
1 files changed, 44 insertions, 0 deletions
diff --git a/macros/latex/contrib/moderncv/publications.bib b/macros/latex/contrib/moderncv/publications.bib
new file mode 100644
index 0000000000..2b97096793
--- /dev/null
+++ b/macros/latex/contrib/moderncv/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'.