-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresume.tex
107 lines (87 loc) · 4.05 KB
/
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
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
%%%%%%%%%%%%%%%%
% This is an sample CV template created using altacv.cls. This has been heavily modified to prioritize ATS scanning as the primary task here, with the second priority of looking nice.
% This was created by Bradley Rose on GitHub: https://github.com/bradley-rose/Modified-AltaCV-LaTeX-Resume-Template
\documentclass[10pt,letterpaper,ragged2e,withhyper]{altacv}
% Change the page layout if you need to
\geometry{left=1.25cm,right=1.25cm,top=1.25cm,bottom=1.25cm,columnsep=1.2cm}
% Global fonts
\usepackage[rm]{roboto}
\usepackage[defaultsans]{lato}
\renewcommand{\familydefault}{\sfdefault}
% Change the colours if you want to
\definecolor{SlateGrey}{HTML}{2E2E2E}
\definecolor{LightGrey}{HTML}{666666}
\definecolor{DarkPastelRed}{HTML}{450808}
\definecolor{PastelRed}{HTML}{8F0D0D}
\definecolor{GoldenEarth}{HTML}{E7D192}
\colorlet{name}{black}
\colorlet{heading}{DarkPastelRed}
\colorlet{headingrule}{GoldenEarth}
\colorlet{subheading}{PastelRed}
\colorlet{accent}{PastelRed}
\colorlet{emphasis}{SlateGrey}
\colorlet{body}{LightGrey}
% Change some fonts, if necessary
\renewcommand{\namefont}{\Huge\rmfamily\bfseries}
\renewcommand{\personalinfofont}{\normalsize}
\renewcommand{\cvsectionfont}{\normalsize\rmfamily\bfseries}
\renewcommand{\cvsubsectionfont}{\large\bfseries}
% Change the bullets for itemize and rating marker
% for \cvskill if you want to
\renewcommand{\itemmarker}{{\small\textbullet}}
\renewcommand{\ratingmarker}{\faCircle}
\begin{document}
%%%%% Begin editing personal information here. Edit your LinkedIn and GitHub URIs to match the websites appropriately, as these do get hyperlinked on the final PDF for a simple click-to-view. If you do not have these, simply comment them out, or remove them entirely. You can include alternative/custom fields here too (GitLab, etc.), just look up the original AltaCV documentation.
\name{firstName lastName}
\personalinfo{%
\email{[email protected]}
\phone{(555) 420-6969}
\location{City, PR}
\linkedin{LinkedIn-URI}
\github{github-URI}
}
\makecvheader
%%%%% Enter some keywords here from a particular job posting, and do some keyword stuffing here to make sure you've ticked enough boxes to get through ATS.
\cvsection{Technical Skills}
\begin{tabularx}{0.675\textwidth}{llll}
\textbf{Keyword:} & Skill1 & Skill2 & Skill3 \\
\textbf{Keyword2:} & Skill1 & Skill2 & Skill3 \\
\textbf{Keyword3} & Skill1 & Skill2 & Skill3 \\
\end{tabularx}
%%%%% Begin the experience section. Again, another personal format choice to prioritize ATS. Enter a key skill, and then express how you satisfied this skill. Make sure this represents something listed from the job posting.
\cvsection{Experience}
\cvevent{Job Title}{Organization}{Date From -- Date To}{Location}
\begin{itemize}
\item{\textbf{Keyword}: Job detail that aligns with keyword.}
\item{\textbf{Keyword2}: Job detail that aligns with keyword.}
\end{itemize}
\divider
\cvevent{Job Title}{Organization}{Date From -- Date To}{Location}
\begin{itemize}
\item{\textbf{Keyword}: Job detail that aligns with keyword.}
\item{\textbf{Keyword2}: Job detail that aligns with keyword.}
\end{itemize}
\divider
\cvevent{Job Title}{Organization}{Date From -- Date To}{Location}
\begin{itemize}
\item{\textbf{Keyword}: Job detail that aligns with keyword.}
\item{\textbf{Keyword2}: Job detail that aligns with keyword.}
\end{itemize}
%%%%% Begin Education. Straightforward section here.
\cvsection{Education}
\cvevent{Program Title / Credential Name}{Institute}{Date From -- Date To}{}
\divider
\newline
\cvevent{Program Title / Credential Name}{Institute}{Date From -- Date To}{}
%%%%% Certifications section. A section that applies to me as an IT professional that may not apply to new-grads, or individuals in other fields.
\cvsection{Certifications}
\cvevent{Certification Name}{Vendor / Provider}{Date Obtained}{}
\newline
\divider
\newline
\cvevent{Certification Name}{Vendor / Provider}{Date Obtained}{}
\newline
\divider
\newline
\cvevent{Certification Name}{Vendor / Provider}{Date Obtained}{}
\end{document}