-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.tex
85 lines (61 loc) · 1.69 KB
/
example.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
\documentclass{linderothcv}
\begin{document}
\begin{lcvheader}[name=John Smith]
\centerline{
\sffamily
\faMapMarker~Stockholm\hspace{1em}
\href{tel:+461234567}{\faPhone~+46\,123\,45\,67}\hspace{1em}
\href{mailto:[email protected]}{\[email protected]}
}
\end{lcvheader}
\begin{lcvleftcolumn}
\section{Education}
\lcvjob{
company=MIT,
position=M.Sc. in Computer Science,
from=2010,
}
Specializing in applied programming.
\section{Languages}
\lcvpair{English}{Native}\\
\lcvpair{Esperanto}{B2}
\section{Programming Languages}
\subsection{Relative proficiency}
\lcvskillbar{Lang A}{5.5} \\
\lcvskillbar{Lang B ~ Lang C}{3} \\
\lcvskillbar{Lang D}{1}
\section{Other Interests}
\lcvmisc{Linux}{10 years}
Maintaner of so-and-so for that cool Linux dist.
\end{lcvleftcolumn}
\begin{lcvrightcolumn}
\section{Experience}
\lcvjob{
company=Acme Corporation,
position=Senior Engineer,
from=Apr 2015,
to=Oct 2020,
location=Springfield,
}
Ullam praesentium animi maxime. Repellendus impedit error facere saepe sint
qui. Recusandae nisi qui quo. Molestiae odit aut quos aliquam itaque et. Illum
modi tenetur rem sunt autem.
\begin{lcvitemize}[columns=5]
\item[] Python
\item[] Django
\item[] MySQL
\item[] Javascript
\item[] Apache
\end{lcvitemize}
\lcvjob{
company={Widgets, Inc.}, % if name contains , wrap in { }
position=Software Developer,
from=Jul 2010,
to=Mar 2015,
location=London,
}
Necessitatibus voluptatum perspiciatis ut qui. Et natus dicta et sit
consequatur. Iste est omnis libero ut. Non aut ut iure quam molestiae. Facere
ut qui cupiditate illo et ut id.
\end{lcvrightcolumn}
\end{document}