summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex')
-rw-r--r--Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex b/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex
new file mode 100644
index 00000000000..cecc23010df
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/datatool/samples/sample-europecv-bib.tex
@@ -0,0 +1,19 @@
+\documentclass[narrow,helvetica,a4paper]{europecv}
+
+\usepackage[T1]{fontenc}
+\usepackage{graphicx}
+\usepackage{databib}
+
+\begin{document}
+\DTLloadbbl{myrefs}{xampl.bib}
+\nocite{*}
+
+\begin{europecv}
+ \ecvsection{Publications}
+
+ \gDTLforeachbibentry*{myrefs}{%
+ \ecvitem{}{\gDTLformatbibentry}%
+}
+\end{europecv}
+
+\end{document}