From 9cad2edb6a81ee78cdc9547a029e63ed2fda3cac Mon Sep 17 00:00:00 2001 From: Jake VanderVaate Date: Wed, 5 Jan 2022 21:03:40 -0600 Subject: Added location and objective statement options --- resume/README.md | 31 ++++++++++++++++++++---- resume/commands.tex | 67 +++++++++++++++++++++++++++++----------------------- resume/resume.pdf | Bin 76670 -> 78008 bytes resume/resume.tex | 25 ++++++++++++++------ 4 files changed, 82 insertions(+), 41 deletions(-) diff --git a/resume/README.md b/resume/README.md index 9b08a71..2e2a374 100644 --- a/resume/README.md +++ b/resume/README.md @@ -11,20 +11,41 @@ Create your resume by filling in the information in the curly braces for each ar The sections of the document can be rearranged by changing the content in each of the `\section{}` commands. +Begin by editing the text in the `\title{}` `author{}` braces. +The completed author field will look like `\author{Firstname Lastname}`. ### Contact information -Begin by editing the text in the `\title{}` `author{}` braces. +The top bar of the resume allow you to select 3 of the following fields: -The completed author field will look like `\author{Firstname Lastname}`. +* Phone number +* Email +* LinkedIn URL +* Website +* Location (City, ST) +Fill in the second set of braces for the lines that start with `\newcommand` to edit the top bar of the resume file. -Next, fill in the second set of braces for the lines that start with `\necommand`. +``` + Change this content + vvvvvvvvvvvvvvvvvvvv +\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} +\newcommand{\location}{City, ST} +``` -The email field will look like `\newcommand{\email}{your.email@email.com}` The LinkedIn link just needs the slug to your LinkedIn profile. The slug is the last part of the URL to an individual's LinkedIn profile. + +``` + This is the slug + vvvvvvvvvvvvvvvvv +linkedin.com/in/firstnamelastname +``` + Learn how to change your LinkedIn profile URL at [this link](https://www.linkedin.com/help/linkedin/answer/87/customizing-your-public-profile-url?lang=en). @@ -83,7 +104,7 @@ Some ATS systems don't like tables; if you're worried about an ATS system ignori Use the `\tab` command to align the text nicely. -## Compiling the resume +## Compile the resume Compile this resume with the following command: diff --git a/resume/commands.tex b/resume/commands.tex index b8f9d9c..bb52bb8 100644 --- a/resume/commands.tex +++ b/resume/commands.tex @@ -1,12 +1,12 @@ +%Set margins and spacing for unordered lists \setlist{nosep} - \setlist[itemize]{ -leftmargin=9pt, -rightmargin=9pt, -itemsep=4pt + leftmargin=9pt, + rightmargin=9pt, + itemsep=4pt } - +%Format the section headings \titleformat{\section} {\vspace{-4mm}\raggedright\LARGE\mdseries} {} @@ -17,36 +17,45 @@ itemsep=4pt %Entry for experience \newcommand{\entry}[5]{ \vspace{-2mm} %top spacing - \begin{tabular*}{1.00\textwidth}[t]{l@{\extracolsep{\fill}}r} - \vspace{1mm} % middle spacing - \large{\textbf{#1}} & \normalsize{#2} \\ - \textit{\small{#3}} & \textit{\small{#4}} \\ - \end{tabular*} - \vspace{-2mm} - \begin{adjustwidth}{7pt}{7pt} - \small{#5} - \end{adjustwidth} - \vspace{4mm} + \begin{tabular*}{1.00\textwidth}[t]{l@{\extracolsep{\fill}}r} + \vspace{1mm} % middle spacing + \large{\textbf{#1}} & \normalsize{#2} \\ + \textit{\small{#3}} & \textit{\small{#4}} \\ + \end{tabular*} + \vspace{-2mm} + \begin{adjustwidth}{7pt}{7pt} + \small{#5} + \end{adjustwidth} + \vspace{4mm} } + +%Command for empty career or education descriptions \newcommand{\nothing}{\vspace{-6mm}} +%Command for the objective statement paragraph +\newcommand{\objective}[1]{ + \begin{adjustwidth}{7pt}{7pt} + \small{#1} + \end{adjustwidth} + \vspace{4mm} +} %Maketitle command that sets document header \renewcommand{\maketitle}{ -{\Huge\bfseries -\theauthor} -\vspace{3mm} -\hrule -\centering -\ \small{\faIcon{phone} \phone} -\hfill -\small{\faIcon{envelope} \href{mailto://\email}{\email}} -\hfill -\small{\faIcon{linkedin} \href{https://www.linkedin.com/in/\linkedin/}{linkedin.com/in/\linkedin/}}\ \ -%\small{\faIcon{globe} \href{https://\website/}{\website}} -\raggedright - -\NumTabs{10} %Allow use of the \tab command for alignment + {\Huge\bfseries + \theauthor} + \vspace{3mm} + \hrule + \centering + \ \small{\faIcon{phone} \phone} + \hfill + \small{\faIcon{envelope} \href{mailto://\email}{\email}} + \hfill + \small{\faIcon{linkedin} \href{https://www.linkedin.com/in/\linkedin/}{linkedin.com/in/\linkedin/}}\ \ + %\small{\faIcon{map-marker-alt} {\location}}\ \ + %\small{\faIcon{globe} \href{https://\website/}{\website}}\ \ + \raggedright + \NumTabs{10} %Allow use of the \tab command for alignment } diff --git a/resume/resume.pdf b/resume/resume.pdf index 93c4e90..44ac3a9 100644 Binary files a/resume/resume.pdf and b/resume/resume.pdf differ diff --git a/resume/resume.tex b/resume/resume.tex index 2ab088c..7d72c3c 100644 --- a/resume/resume.tex +++ b/resume/resume.tex @@ -1,16 +1,18 @@ \documentclass[english]{article} \usepackage{titling} -\title{Resume} -\author{Your Name} -\date{\today} +\author{Your Name} %Fill in your name here +\title{Resume -- \theauthor} +\date{\today} %Automatically dates the document -\input{packages} +\input{packages} \input{commands} +%edit the commands file to select the 3 options you'd like in the top bar \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} +\newcommand{\location}{City, ST} \hypersetup{ colorlinks=true, %"false" disables link colors @@ -20,15 +22,25 @@ urlcolor=black, %color for hyperlinked urls pdftitle={\thetitle}, %Populates "title" metadata field pdfauthor={\theauthor}, %Populates "author" metadata field pdfsubject={Resume/CV for \theauthor}, %Populates "subject" metadata -pdfkeywords={resume, cv}, %Populates PDF keyword metadata, separate with commas +pdfkeywords={resume, cv}, %Populates PDF keyword metadata, change these for relevant keywords in job postings, separated with commas } \begin{document} -\sffamily %Set san serif font for body text +\sffamily %San serif font. Comment out for serif font \maketitle +\section{Objective} + +\objective{ +This is a place for an objective statement. +If you want an objective statement, you can add it here. +If you don't want an objective statement, you can comment out or delete the relevant lines in the source file. +Otherwise, put three to four nice sentences about yourself in this space. +} + + \section{Education} \entry @@ -94,5 +106,4 @@ Maybe highlight some of the tools you used below. \textbf{Graphic Design} & Example, example, example \end{tabular} - \end{document} -- cgit v1.2.1