-
Notifications
You must be signed in to change notification settings - Fork 0
/
CV.tex
45 lines (36 loc) · 1.2 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
\documentclass[fontsize=11pt, cvmargins=0.5in, coverlettermargins=1in]{cv_template}
\begin{document}
\header{Your name}{Phone}{Email}{LinkedIn}{GitHub}
\begin{cv}
\begin{cvsection}{Education}
\import{Education/}{example.tex}
\end{cvsection}
\begin{cvsection}{Professional Experience}
\import{Professional Experience/}{example1.tex}
\import{Professional Experience/}{example2.tex}
\end{cvsection}
\begin{cvsection}{Leadership \& Activities}
\import{Leadership & Activities/}{example1.tex}
\import{Leadership & Activities/}{example2.tex}
\end{cvsection}
\begin{cvsection}{Projects}
\import{Projects/}{example1.tex}
\import{Projects/}{example2.tex}
\import{Projects/}{example3.tex}
\end{cvsection}
\begin{cvsection}{Skills \& Interests}
\begin{cvlist}
\import{Skills & Interests/Awards/}{example.tex}
\import{Skills & Interests/Achievements/}{example.tex}
\import{Skills & Interests/Skills & Interests/}{example.tex}
\end{cvlist}
\end{cvsection}
\end{cv}
\begin{coverletter}
\import{Cover Letter/}{intro.tex}
\newline
\import{Cover Letter/}{interest_in_company.tex}
\begin{contactdetails}
\end{contactdetails}
\end{coverletter}
\end{document}