/projects/davide_cv_latex_class/
code_projectlatex
%
% cv template using the davide-cv latex class
%

\documentclass[a4paper]{davide-cv}

\usepackage{xunicode}

\usepackage{polyglossia}
\setdefaultlanguage{english}

\usepackage{hyperref}

\begin{document}

%
% Title
%
\begin{eheader}
	\FirstName{John}
	\LastName{Doe}
	\AddressStreet{The Street 111}
	\AddressCity{4444 The City}
	\ContactEmail{john@home.com}
	\ContactPhone{+55 (5)55 555 55 55}
	\ModDate{\today}
	\BornDate{66.Jan 1977}
	\Nationality{Nationality}
\end{eheader}

%
% Education
%
\subsection{Education}

\begin{entrylist}

\entry
	{Master in the art of doing something somewhere}
	{}
	{1988 - 1999}
	{\begin{subentrylist}
				\subentry{diploma}{Master of International Activity}
		
	\end{subentrylist}}
\entry
	{Bachelor in the art of never not doing anything}
	{}
	{1955 - 1966}
	{\begin{subentrylist}
				\subentry{diploma}{Bachelor of Zen Science}
		
	\end{subentrylist}}
\entry
	{Some School}
	{}
	{1933 - 1944}
	{\begin{subentrylist}
		
	\end{subentrylist}}
\entry
	{Another School}
	{}
	{1911 - 1922}
	{\begin{subentrylist}
		
	\end{subentrylist}}

\end{entrylist}


%
% Experiences
%
\subsection{Experiences}

\begin{entrylist}

\entry
	{Waiting for nothing}
	{}
	{February 1911 - October 1911}
	{\begin{subentrylist}
				\subentry{tasks}{waiting somewhere for something.}
		
	\end{subentrylist}}
	
\entry
	{Doing one thing for a really short time}
	{}
	{August 1922, just for 1 second}
	{\begin{subentrylist}
				\subentry{tasks}{doing one thing fast.}
		
	\end{subentrylist}}
	

\end{entrylist}

%\newpage
%
% Knowledge
%
\subsection{Knowledge}

\begin{entrylist}

\entry
	{Some Languages}
	{}
	{}
	{\begin{subentrylist}
				\subentry{Language}{Just heard it once
}
				\subentry{Manguage}{No prior knowledge
}
				\subentry{Nanguage}{Knew it once but I forgot
}
		
	\end{subentrylist}}

\entry
	{Other Languages}
	{}
	{}
	{\begin{subentrylist}
				\subentry{Oanguage, Panguage, Qanguage}{Always knew them}
		
	\end{subentrylist}}

\end{entrylist}

%
% Links
%
\urlstyle{same}
\let\thefootnote\relax\footnote{
%\subsection{Links}
\begin{entrylist}
\entry
	{Websites}
	{}
	{}
	{\begin{subentrylist}
				\subentry{A Website}{\url{http://www.website.com/}}
				\subentry{Another website}{\url{https://www.wabsite.com/}}
				\subentry{A third website}{\url{http://www.wobsige.com/}}
		
	\end{subentrylist}}
\end{entrylist}
\begin{entrylist}
\entry
	{My Favorite Links}
	{}
	{}
	{\begin{subentrylist}
				\subentry{A website on projects}{\url{http://a.lot.of.projects.com}}
				\subentry{A website on websites}{\url{http://what.are.websites.com}}
		
	\end{subentrylist}}
\end{entrylist}
}

\end{document}