-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcvbody.tex
62 lines (54 loc) · 2.05 KB
/
cvbody.tex
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\begin{body}
\begin{experience}%[optional custom name]
\begin{cvItem}
\textbf{Professional Experience 2} \hfill 2015-2020\\
\textsc{Company 2} City\\
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Ut purus elit, vestibulum ut, placerat ac,
adipiscing vitae, felis. Curabitur dictum gravida mauris. Nam arcu libero, nonummy eget, consectetuer
id, vulputate a, magna. Donec vehicula augue eu neque. Pellentesque habitant morbi tristique senectus
\end{cvItem}
\begin{cvItem}
\textbf{Professional Experience 1} \hfill 2012-2015\\
\textsc{Company 1} City
\begin{itemize}[leftmargin=*]
\item This is a example list
\item Nam dui ligula, fringilla a, euismod sodales
\item Morbi auctor lorem non justo
\end{itemize}
\end{cvItem}
\end{experience}
\begin{education}%[optional custom name]
\begin{cvItem}
\textbf{Computer Science} \hfill 2010-2012\\
\textsc{Sample University} City\\
Master
\end{cvItem}
\begin{cvItem}
\textbf{Computer Science} \hfill 2008-2011\\
\textsc{Sample University} City\\
Bachelor
\end{cvItem}
\begin{cvItem}
\textbf{Schhool} \hfill 2005-2008\\
\textsc{Sample School} City\\
\end{cvItem}
\end{education}
\begin{scholarship}%[optional custom name]
\begin{cvItem}
\textbf{Scholarship} \hfill 2008 - 2010\\
\textsc{Sample University} City\\
\href{https://www.google.de}{Project Site}
\end{cvItem}
\end{scholarship}
\begin{skills}%[optional custom name]
\skillTwo{4}{\LaTeX}{4}{Office}
\skillOne{4}{Making Coffee}
\skillOne{4}{Typing}
\skill{Word, Excel, Access}
\end{skills}
\begin{interests}%[optional custom name]
\begin{cvItem}
Cooking, Sports
\end{cvItem}
\end{interests}
\end{body}