-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
177 lines (148 loc) · 5.79 KB
/
main.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
% -- Encoding UTF-8 without BOM
% -- XeLaTeX => PDF (BIBER)
\documentclass[]{cv-style} % Add 'print' as an option into the square bracket to remove colours from this template for printing.
% Add 'espanol' as an option into the square bracket to change the date format of the Last Updated Text
\sethyphenation[variant=british]{english}{} % Add words between the {} to avoid them to be cut
\begin{document}
\header{Leonardo}{Vanzella} % Your name
\lastupdated
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION -- In the aside, each new line forces a line break
%----------------------------------------------------------------------------------------
\begin{aside}
%
\section{contact}
Av. José Siena, 1123, casa 42B
Sertãozinho, SP 14169.170
Brasil
~
+55 (16) 99601 3743
~
\href{mailto:leovanzella@gmail.com}{leovanzella@gmail.com}
\href{http://www.smith.com}{http://www.smith.com}
\href{http://facebook.com/leovanzella}{fb://leovanzella}
\href{http://linkedin.com/in/leovanzella/}{in://leovanzella}
\href{http://github.com/leovanzella/}{github://leovanzella}
%
\section{línguas}
nativo: português
fluente: inglês
1sem.: alemão
%
\section{computação}
{\color{red} $\varheartsuit$} Python
SQL, C/C++, C\#, VHDL
CSS3 \& HTML5
\LaTeX{}
%
\end{aside}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\section{education}
\begin{entrylist}
%------------------------------------------------
\entry
{2010--2011}
{M.Sc. {\normalfont in Economics [Grade]}}
{University}
{\vspace{-0.3cm}}
%------------------------------------------------
\entry
{2004--2009}
{B.Eng. {\normalfont in Engineering Management [Grade]}}
{University}
{(Emphasis in ...)}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\section{experience}
\begin{entrylist}
%------------------------------------------------
\entry
{2014--Now}
{COMPANY 3}
{City, Country}
{\jobtitle{Job Title}\\
Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description.}
%------------------------------------------------
\entry
{2011--2014}
{COMPANY 2}
{City, Country}
{\jobtitle{Job Title}\\
Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description.\\
Detailed achievements:
\begin{itemize}
\item Achievement 1. Achievement 1. Achievement 1.
\item Achievement 2. Achievement 2. Achievement 2. Achievement 2. Achievement 2. Achievement 2.
\item Achievement 3. Achievement 3. Achievement 3. Achievement 3.
\end{itemize}}
%------------------------------------------------
\entry
{2008--2011}
{COMPANY 1}
{City, Country}
{\jobtitle{Job Title}\\
Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description.\\
Detailed achievements:
\begin{itemize}
\item Achievement 1. Achievement 1. Achievement 1. Achievement 1. Achievement 1. Achievement 1. Achievement 1. Achievement 1.
\end{itemize}}
%------------------------------------------------
\entry
{2007--2008}
{COMPANY 1}
{City, Country}
{\jobtitle{Job Title}\\
Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description. Job description.\\}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% SKILLS SECTION
%----------------------------------------------------------------------------------------
\section{skills}
\vspace{-0.2cm}
Skill 1, skill 2, skill 3, skill 4, skill 5.
%----------------------------------------------------------------------------------------
% OTHER QUALIFICATIONS SECTION
%----------------------------------------------------------------------------------------
\section{other qualifications}
\begin{entrylist}
%------------------------------------------------
\entry
{2013}
{Qualification}
{Institution}
{\vspace{-0.3cm}}
%------------------------------------------------
\entry
{2011}
{Qualification}
{Institution}
{\vspace{-0.3cm}}
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\section{awards}
\begin{entrylist}
%------------------------------------------------
\entry
{2014}
{Award name}
{Institution}
{Award description. Award description. Award description. Award description. Award description. Award description. Award description. }
%------------------------------------------------
\end{entrylist}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\section{interests}
\vspace{-0.2cm}
\textbf{professional:} professional interest 1, professional interest 2 and professional interest 3. \textbf{personal:} personal interest 1, personal interest 2, personal interest 3 and personal interest 4.
%----------------------------------------------------------------------------------------
\end{document}