diff options
Diffstat (limited to 'resume')
-rw-r--r-- | resume/commands.tex | 3 | ||||
-rw-r--r-- | resume/packages.tex | 4 | ||||
-rw-r--r-- | resume/resume.pdf | bin | 71675 -> 76670 bytes | |||
-rw-r--r-- | resume/resume.tex | 15 |
4 files changed, 9 insertions, 13 deletions
diff --git a/resume/commands.tex b/resume/commands.tex index a6d2897..3abc222 100644 --- a/resume/commands.tex +++ b/resume/commands.tex @@ -6,12 +6,14 @@ rightmargin=9pt, itemsep=4pt } + \titleformat{\section} {\vspace{-4mm}\raggedright\LARGE\mdseries} {} {0em} {\vspace{-8mm}\hrule} + %Entry for experience \newcommand{\entry}[5]{ \vspace{-2mm} %top spacing @@ -45,6 +47,7 @@ itemsep=4pt \raggedright } + %Coursework and descriptions \newcommand{\course}[2]{ \normalsize{\textbf{#1}} \\ diff --git a/resume/packages.tex b/resume/packages.tex index cf371cf..e2e5342 100644 --- a/resume/packages.tex +++ b/resume/packages.tex @@ -11,5 +11,5 @@ \usepackage[dvipsnames]{xcolor} %Allow the \color{name_of_color} command \usepackage{enumitem} %Modify bullet spacing in lists \usepackage{titlesec} %Change the section headings -\input{glyphtounicode} -\pdfgentounicode=1 +\input{glyphtounicode} %Ensure proper encoding +\pdfgentounicode=1 %Ensure proper encoding diff --git a/resume/resume.pdf b/resume/resume.pdf Binary files differindex 86f3abb..f0f506f 100644 --- a/resume/resume.pdf +++ b/resume/resume.pdf diff --git a/resume/resume.tex b/resume/resume.tex index ac13228..9b44e49 100644 --- a/resume/resume.tex +++ b/resume/resume.tex @@ -4,14 +4,14 @@ \author{Your Name} \date{The Date} +\input{packages} +\input{commands} + \newcommand{\email}{your.email@email.com} \newcommand{\phone}{+1(111)111-1111} \newcommand{\linkedin}{your-linkedin-slug} %slug (the last part) for url \newcommand{\website}{yourwebsiteontheweb.com} -\input{packages} -\input{commands} - \hypersetup{ colorlinks=true, %"false" disables link colors linkcolor=black, %links elsewhere in document @@ -24,11 +24,8 @@ pdfkeywords={resume, cv}, %Populates PDF keyword metadata, separate with commans } - - - \begin{document} -\NumTabs{10} +\NumTabs{10} %Allow use of the \tab command for alignment \sffamily %Set san serif font for body text \maketitle @@ -52,8 +49,6 @@ pdfkeywords={resume, cv}, %Populates PDF keyword metadata, separate with commans } - - \section{Experience} \entry @@ -67,7 +62,6 @@ pdfkeywords={resume, cv}, %Populates PDF keyword metadata, separate with commans \end{itemize} } - \entry {Name of Role}{Start Date -- End Date} {Name of Company}{City, ST} @@ -80,7 +74,6 @@ pdfkeywords={resume, cv}, %Populates PDF keyword metadata, separate with commans } - \section{Projects} \entry |