forked from ashee/cv
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcv.tex
123 lines (91 loc) · 3.81 KB
/
cv.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Friggeri Resume/CV
% XeLaTeX Template
% Version 2.0 (2019-08-14)
%
% This template has been downloaded from:
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% Original author:
% Adrien Friggeri ([email protected])
% https://github.com/afriggeri/CV
% Heavy modifications by
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% Author of Letter Template:
% Jesper Dramsch ([email protected])
% https://github.com/JesperDramsch/friggeri-cv-boosted
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{.head}
% This \input{.head} can be replaced by \documentclass[]{friggeri-cv} in your personal document.
\addbibresource{bibliography.bib} % Specify the bibliography file to include publications
\begin{document}
\header{john}{smith}{junior business analyst} % Your name and current job title/field
%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------
\begin{aside} % In the aside, each new line forces a line break
\section{contact}
123 Broadway \faMapMarker
City, State 12345
Country
~
+0 (000) 111 1111 \faPhone
+0 (000) 111 1112 \faPhone
~
\href{mailto:[email protected]}{[email protected] \faEnvelope}
\href{http://www.smith.com}{http://www.smith.com~\faBookmark}
\href{http://facebook.com/johnsmith}{fb://jsmith \faFacebook}
\section{languages}
\begin{tabular}{r r}
english&\score{5}
spanish&\score{4}
italian&\score{2}\end{tabular}
\section{programming}
JavaScript
Python, C++, PHP
CSS3 \& HTML5
\end{aside}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\input{sections/education.tex}
%----------------------------------------------------------------------------------------
% WORK EXPERIENCE SECTION
%----------------------------------------------------------------------------------------
\input{sections/experience.tex}
%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------
\input{sections/awards.tex}
%----------------------------------------------------------------------------------------
% COMMUNICATION SKILLS SECTION
%----------------------------------------------------------------------------------------
\input{sections/communication.tex}
%----------------------------------------------------------------------------------------
% VOLUNTARY ACTIVITIES SECTION
%----------------------------------------------------------------------------------------
\input{sections/volunteer.tex}
%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------
\input{sections/interest.tex}
%----------------------------------------------------------------------------------------
% PUBLICATIONS SECTION
%----------------------------------------------------------------------------------------
\input{sections/publications.tex}
%----------------------------------------------------------------------------------------
% REFERENCES SECTION
%----------------------------------------------------------------------------------------
\input{sections/references.tex}
%----------------------------------------------------------------------------------------
\end{document}