List of Pubications (europecv.cls)
Don't forget this requires a BibTeX run between LaTeX runs.This example file uses the me.pdf image file.
\documentclass[helvetica,narrow,a4paper]{europecv} \usepackage[T1]{fontenc} \usepackage{graphicx} \usepackage{databib} % personal data \ecvname{Parrot, Polly} \ecvaddress{42 The Lane, Some Town, Noshire AB1 2XY, United Kingdom} \ecvtelephone[0712345678]{0123456789} \ecvemail{polly.parrot@example.com} \ecvnationality{British} \ecvdateofbirth{1970-12-31} \ecvgender{female} \ecvpicture[width=2in]{me} % citation marker code: \newcounter{refcount} \newcommand*{\refmark}{\refstepcounter{refcount}[\therefcount]} \begin{document} \nocite{*} \DTLloadbbl{mypubdata}{xampl} \DTLifdbempty{mypubdata} {}% {% \DTLsort*{Year=descending,Month=descending}{mypubdata} } \begin{europecv} % display personal data: \ecvpersonalinfo % start a new section \ecvsection{Professional Positions} \ecvitem{1990--8}{Junior assistant at ``Wibblies Avian Emporium''.} \ecvitem{1998--Present}{Senior assistant at ``The International Society of Duck and Geese Co-operation''.} % publications section \ecvsection{Publications} % iterate over bib data: \gDTLforeachbibentry*{mypubdata}% {% \ecvitem {\DTLcustombibitem{\refmark}{\therefcount}{\DBIBcitekey}}% left column {\DTLformatbibentry}% right column }% \end{europecv} \end{document}
Download europecv-sec.tex or europecv-sec.pdf.