summaryrefslogtreecommitdiff
path: root/resume/commands.tex
diff options
context:
space:
mode:
Diffstat (limited to 'resume/commands.tex')
-rw-r--r--resume/commands.tex54
1 files changed, 54 insertions, 0 deletions
diff --git a/resume/commands.tex b/resume/commands.tex
new file mode 100644
index 0000000..4ade9d4
--- /dev/null
+++ b/resume/commands.tex
@@ -0,0 +1,54 @@
+\pdfgentounicode=1
+\setlist{nosep}
+
+\setlist[itemize]{
+leftmargin=9pt,
+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
+ \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}
+}
+\newcommand{\nothing}{\vspace{-6mm}}
+
+
+%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
+}
+
+%Coursework and descriptions
+\newcommand{\course}[2]{
+ \normalsize{\textbf{#1}} \\
+ \small{#2}
+}
+