summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/curriculum-vitae/curriculum-vitae-example.tex
blob: e11fb3b394b0909c348554c4a1f43c2a22d84b76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
\documentclass[12pt]{curriculum-vitae} 
\usepackage[a4paper, total={7.3in, 9.7in}]{geometry} 

\name{Name Namename}
\mailingaddr{123 High Street, Anytown, County, Postcode}
\desc{Professional Action Figure Collector}
\webpage{www.example.com}
\phone{01234 567 890}



\begin{document}
	
	\maketitle
	
	\cvsection[Education]{
	\begin{detail}[School of Action Figure Collecting]{Jan 2000}{Jan 2003}
		\begin{itemize}
			\item Learnt how to organise action figures
			\item Conducted research on action figure heights
		\end{itemize}
	\end{detail}
	}
	
	\cvsection[Rando Research]{
	\begin{detail}[Action Figure Heights: Are they growing smaller?]{Jan 2000}{Jan 2003}
		Very important research article.
	\end{detail}
	\begin{detail}[Action Figure Heights: Are they growing taller?]{Jan 2000}{Jan 2003}
		Another very important research article.
	\end{detail}
	\subsection{Journals}
	\begin{itemize}
		\item Journal of Action vol 333
		\item Journal of Action vol 334
		\item Journal of Action vol 335
	\end{itemize}
	}

\end{document}