-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
168 lines (155 loc) · 5.66 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
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
% !TeX program = lualatex
% -------------------------------------------------- %
% USE XeLaTeX OR LuaLaTeX
% -------------------------------------------------- %
\documentclass[letterpaper,11pt]{dolce-cv} % pass 'print' as an option to remove colours from this template for printing
% pass 'german' as an option to change the date format of the 'last updated' text
% Hyphenation
\sethyphenation[variant=us]{english}{} % add words between the last {} to avoid them to be cut
%\sethyphenation{ngerman}{} % add words between the last {} to avoid them to be cut
%\righthyphenmin=4
%\lefthyphenmin=4
%\pretolerance=5000
% Symbols
\usepackage{fontawesome} % for the logos of github, linked in, ect
\usepackage{academicons} % for the google scholar logo
%\usepackage{marvosym} % for the globe symbol (Mundus)
\hypersetup{hidelinks} % hide the URL links (not visible in when printed anyways)
% -------------------------------------------------- %
\firstname{Sam} % TODO
\lastname{Sample} % TODO
% -------------------------------------------------- %
% ================================================== %
\begin{document}
% ================================================== %
% The header is defined in the the famura-cv class, and automatically printed at the top of every page
% -------------------------------------------------- %
% SIDEBAR
% In the aside environment, each new line forces a line break, even at places where you might not expect it
% -------------------------------------------------- %
\begin{aside}
\section{Contact}
%
\addresskeyword{email}
\href{mailto:[email protected]}{sam.sample@
rand.net}
%
\addresskeyword{mobile}
+49 123 4567890
%
\addresskeyword{nationality}
German af
%
\section{Languages}
German \fouroffour
English \threeoffour
Klingon \twooffour
French \oneoffour
%
\section{Programming}
C++ \fouroffour
or \threeoffour
similar \twooffour
things \oneoffour
\section{Tools \&
Frameworks}
%
PyTorch \fouroffour
or \threeoffour
similar \twooffour
things \oneoffour
%
\section{Come Up With Your Own}
can be free from
text here
\section{Come Up With \\ Your Own}
if applicable, or something else
%
\section{All Publications \\ (optional)}
\href{https://scholar.google.de/citations?user=YOUR-ID}{Google Scholar \aiGoogleScholar}% TODO
%
\section{Code (optional)}
\href{https://github.com/YOUR-ID/}{github \normalsize\faGithub}% TODO
\end{aside}
% -------------------------------------------------- %
% ABOUT ME
% -------------------------------------------------- %
\section{About Me}
Some text if you feel like this suites you. Alternatively, you can also leave this out and write a separate cover letter.
% -------------------------------------------------- %
% EXPERIENCE
% -------------------------------------------------- %
\vspace*{\baselineskip}
\section{Experience}
\begin{entrylist}
% -------------------------------------------------- %
\entry
{01/2345 --\newline 01/2345}
{Current Position}
{Company or Institue}
{Short description of what you have been doing. This can span multiple lines or be merged with the keypoints suggested below.\\
Supervisor (optional): \person{Prof. Bosmang}{}\\
Add one or two keypoints here.\\
Separated so they are nice to read.}
% -------------------------------------------------- %
\entry
{01/2345 --\newline 01/2345}
{Former Position}
{Meatgrinder Inc.}
{Add one or two keypoints here.\\
Separated so they are nice to read.}
% -------------------------------------------------- %
\end{entrylist}
% -------------------------------------------------- %
% EDUCATION
% -------------------------------------------------- %
\section{Education}
\begin{entrylist}
% -------------------------------------------------- %
\entry
{01/2345 --\newline 01/2345}
{Master of Science {\normalfont in Engineering Even Harder}}
{University}
{Focus on automatic XYZ. (you can do a line break here)\\
Thesis: \papertitle{Title}{}.
}
% -------------------------------------------------- %
\entry
{01/2345 --\newline 01/2345}
{Bachelor of Science {\normalfont in Engineering of Course}}
{Thank you for your student fees}
{Focus on automatic XYZ. (you can do a line break here). GPA: 1.0\\
Thesis: \papertitle{De Bello Gallico}{}.
Supervisor (optional): C. Centurio
}
% -------------------------------------------------- %
\end{entrylist}
% -------------------------------------------------- %
% PUBLICATIONS
% -------------------------------------------------- %
\section{Selected Publications}
% -------------------------------------------------- %
\paperentry{Authors}{Paper Title}{URL}{Conference}{Year}
\paperentry{S. Sample., O.-W. Kenobi, B. Bosmang}{Old wine in new bottles}{URL}{Conference on Bragging About How Smart We Are}{2345}
% -------------------------------------------------- %
% -------------------------------------------------- %
% OTHER QUALIFICATIONS
% -------------------------------------------------- %
\section{Miscellaneous}
\begin{entrylist}
% -------------------------------------------------- %
\entry
{01/2345 --\newline 01/2345}
{Special Thing You Did}
{Place or Company or Institute}
{No text in this argument looks weird because of the dates which alawys span two rows.}
\entry
{}
{Driver’s License for Bismarck-Class Battleships}
{}
{This is most likely completely irrelevant and just here to have an example without a "date" or "institution field".}
% -------------------------------------------------- %
\end{entrylist}
% ================================================== %
\end{document}
% ================================================== %