Add initial resume content, ported from old format
This commit is contained in:
44
resume.tex
44
resume.tex
@@ -18,10 +18,10 @@
|
||||
% CONFIGURATIONS
|
||||
%-------------------------------------------------------------------------------
|
||||
% A4 paper size by default, use 'letterpaper' for US letter
|
||||
\documentclass[11pt, a4paper]{awesome-cv}
|
||||
\documentclass[11pt, letterpaper]{awesome-cv}
|
||||
|
||||
% Configure page margins with geometry
|
||||
\geometry{left=1.4cm, top=.8cm, right=1.4cm, bottom=1.8cm, footskip=.5cm}
|
||||
\geometry{left=1.2cm, top=.8cm, right=1.2cm, bottom=1.8cm, footskip=.5cm}
|
||||
|
||||
% Specify the location of the included fonts
|
||||
\fontdir[fonts/]
|
||||
@@ -29,7 +29,7 @@
|
||||
% Color for highlights
|
||||
% Awesome Colors: awesome-emerald, awesome-skyblue, awesome-red, awesome-pink, awesome-orange
|
||||
% awesome-nephritis, awesome-concrete, awesome-darknight
|
||||
\colorlet{awesome}{awesome-skyblue}
|
||||
\colorlet{awesome}{awesome-darknight}
|
||||
% Uncomment if you would like to specify your own color
|
||||
% \definecolor{awesome}{HTML}{CA63A8}
|
||||
|
||||
@@ -41,11 +41,28 @@
|
||||
% \definecolor{lighttext}{HTML}{999999}
|
||||
|
||||
% Set false if you don't want to highlight section with awesome color
|
||||
\setbool{acvSectionColorHighlight}{true}
|
||||
\setbool{acvSectionColorHighlight}{false}
|
||||
|
||||
% If you would like to change the social information separator from a pipe (|) to something else
|
||||
\renewcommand{\acvHeaderSocialSep}{\quad\textbar\quad}
|
||||
\renewcommand{\acvHeaderSocialSep}{\enskip\cdotp\enskip}
|
||||
|
||||
% Custom settings to tighten up the formatting and conserve space while making it more readable
|
||||
\renewcommand{\acvSectionTopSkip}{0mm}
|
||||
\renewcommand{\acvSectionContentTopSkip}{1.5mm}
|
||||
|
||||
% Kind of frustrating, but needed to overwrite this whole environment just to change the
|
||||
% list item separation
|
||||
\renewenvironment{cvitems}{
|
||||
\vspace{-4.0mm}
|
||||
\begin{justify}
|
||||
\begin{itemize}[leftmargin=2ex, nosep, itemsep=3pt]
|
||||
\setlength{\parskip}{0pt}
|
||||
\renewcommand{\labelitemi}{\bullet}
|
||||
}{
|
||||
\end{itemize}
|
||||
\end{justify}
|
||||
\vspace{-4.0mm}
|
||||
}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% PERSONAL INFORMATION
|
||||
@@ -53,9 +70,15 @@
|
||||
%-------------------------------------------------------------------------------
|
||||
% Available options: circle|rectangle,edge/noedge,left/right
|
||||
% \photo[rectangle,edge,right]{./examples/profile}
|
||||
\name{Ethan N.}{Paul}
|
||||
\position{Linux Systems Administrator{\enskip\cdotp\enskip}Development Operations Engineer}
|
||||
\address{Boston MA, United States}
|
||||
\name{Ethan}{Paul}
|
||||
\position{
|
||||
Systems Administrator
|
||||
{\enskip\cdotp\enskip}
|
||||
Development Operations Engineer
|
||||
{\enskip\cdotp\enskip}
|
||||
Software Engineer
|
||||
}
|
||||
% \address{Boston MA, United States}
|
||||
|
||||
% \mobile{}
|
||||
\email{me@enp.one}
|
||||
@@ -88,7 +111,7 @@
|
||||
\makecvfooter
|
||||
{\today}
|
||||
{}
|
||||
{Ethan N. Paul - Résumé}
|
||||
{\href{https://creativecommons.org/licenses/by-nc-nd/4.0/}{CC BY-NC-ND 4.0}}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
@@ -96,12 +119,13 @@
|
||||
% Each section is imported separately, open each file in turn to modify content
|
||||
%-------------------------------------------------------------------------------
|
||||
\input{content/summary.tex}
|
||||
\input{content/education.tex}
|
||||
\input{content/experience.tex}
|
||||
\input{content/skills.tex}
|
||||
% \input{content/honors.tex}
|
||||
% \input{content/presentation.tex}
|
||||
% \input{content/writing.tex}
|
||||
% \input{content/committees.tex}
|
||||
\input{content/education.tex}
|
||||
% \input{content/extracurricular.tex}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user