forked from alexcalabrese/techResume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.tex
45 lines (30 loc) Β· 888 Bytes
/
resume.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
% techResume LaTeX Template based on AltaCV
%
% This template has been downloaded from:
% https://github.com/alexcalabrese/techResume
\documentclass[10pt,a4paper,ragged2e,withhyper]{cv}
\geometry{left=1cm,right=1cm,top=1cm,bottom=1cm,columnsep=0.75cm}
\usepackage{paracol}
\usepackage{hyperref}
\usepackage[default]{lato}
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
\begin{document}
\name{John Doe}
\tagline{Undergraduate BSc}
\personalinfo{
\email{[email protected]}
\github{john_doe}
\linkedin{john_doe}
\location{Mars}
}
\makecvheader
\AtBeginEnvironment{itemize}{\small}
\columnratio{0.55}
\begin{paracol}{1}
\input{sections/work_experience.tex}
\input{sections/education.tex}
\input{sections/achievements.tex}
\input{sections/side_projects.tex}
\end{paracol}
\end{document}