-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gabriel_Roper_Resume.tex
107 lines (83 loc) · 2.81 KB
/
Gabriel_Roper_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
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
% -*- coding: UTF-8; -*-
% See "README.md" for instructions on compiling this document.
\documentclass[letterpaper,ddMMMyyyy,nonstopmode]{simpleresumecv}
\usepackage[document]{ragged2e}
\usepackage{fix-cm}
\usepackage{subfiles}
\addtolength{\parskip}{-0.5mm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Uncomment to display a grid on the document to help with alinement %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{background}
%\newlength\mylen
%\setlength\mylen{\dimexpr\paperwidth/80\relax}
%\SetBgScale{1}
%\SetBgAngle{0}
%\SetBgColor{blue!30}
%\SetBgContents{\tikz{\draw[step=\mylen] (-.5\paperwidth,-.5\paperheight) grid (.5\paperwidth,.5\paperheight);}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% PREAMBLE.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% CV Info
\newcommand{\CVAuthor}{Gabriel Roper}
\newcommand{\CVTitle}{Gabriel Roper's Resume}
\newcommand{\LinkedInPage}{https://www.linkedin.com/in/gabriel-roper/}
\newcommand{\GithubPage}{https://www.github.com/marsfan}
\newcommand{\emailAddress}{[email protected]}
\newcommand{\phoneNumber}{469-264-4980}
\newcommand{\descriptionWidth}{33em}
\newcommand{\tableWidth}{23.5em}
\newcommand{\GPA}{3.383}
\newcommand{\Major}{Bachelor of Science (\textit{Cum Laude}) in Electrical Engineering} %, Robotics Track % Add this in if applying for a robotics job.
% PDF settings and properties.
\hypersetup{
pdftitle={\CVTitle},
pdfauthor={\CVAuthor},
pdfsubject={\LinkedInPage},
pdfcreator={XeLaTeX},
pdfproducer={},
pdfkeywords={},
unicode=true,
bookmarks=true,
bookmarksopen=true,
pdfstartview=FitH,
pdfpagelayout=OneColumn,
pdfpagemode=UseOutlines,
hidelinks,
breaklinks}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% ACTUAL DOCUMENT.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%
% TITLE BLOCK %
%%%%%%%%%%%%%%%
\Title{\CVAuthor}
\begin{SubTitle}
\href{mailto:\emailAddress}{\emailAddress}
\BulletSymbol\space
\href{tel:\phoneNumber}{\phoneNumber}
\BulletSymbol\space
\href{\LinkedInPage}{\url{\LinkedInPage}}
\BulletSymbol\space
\href{\GithubPage}{\url{\GithubPage}}
\end{SubTitle}
%%%%%%%%%%%%%%%
% BODY BLOCK %
%%%%%%%%%%%%%%%
\begin{Body}
\Section{Education}
\UnivInfo{Embry-Riddle Aeronautical University}{https://prescott.erau.edu}
{Prescott, Arizona}
{\Major}
{May 2021}{\GPA}
\subfile{sections/work_experience}
\subfile{sections/projects_research}
\subfile{sections/activities}
\subfile{sections/skills}
\subfile{sections/license_cert}
\subfile{sections/awards}
\end{Body}
\end{document}