Exercise 15: Sample CV with Publications using currvita.sty (Solution)
This is a solution to Exercise 15.
\documentclass[a4paper]{article}
\usepackage{currvita}
\date{10th March 2014}
\cvplace{My Office}
\begin{document}
\nocite{*}
\bibliographystyle{plain}
\begin{cv}{R\'esum\'e}
\begin{cvlist}{Personal Information}
\item[Name:] Polly Parrot
\item[Address:] 42 The Lane, Some Town, Noshire AB1 2XY, United
Kingdom
\item[Telephone:] 0123456789
\item[Email:] polly.parrot@example.com
\item[Nationality:] British
\end{cvlist}
\bibliography{xampl}
\end{cv}
\end{document}
Download currvita-bib.tex or currvita-bib.pdf.
