From 267a7d48b86a121fd6e929724003173e55013bc8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 3 Aug 2022 00:36:47 -0400 Subject: resume updates --- config/tex/sarah_resume.sty | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/tex/sarah_resume.sty b/config/tex/sarah_resume.sty index 8ed2a20..2dadb30 100644 --- a/config/tex/sarah_resume.sty +++ b/config/tex/sarah_resume.sty @@ -47,6 +47,14 @@ % <<< \resitem \newcommand{\resitem}[1]{\item {\small #1}} % >>> +% <<< \resdesc +\newcommand{\resdesc}[1]{ + \begin{minipage} + {\textwidth-0.5in} + \vspace{4pt}{\small #1} + \end{minipage} +} +% >>> % <<< \resheading \newcommand{\resheading}[1]{ {\large \colorbox{mygrey}{ @@ -67,6 +75,19 @@ \vspace{-0.8pt} } % >>> +% \ressubsubheading <<< +\newcommand{\ressubsubheading}[3]{ + \begin{tabular*}{\textwidth-0.8in}{l@{\extracolsep{\fill}}r} + \textbf{#2} & + \begin{tabular*}{\textwidth-4in}{l@{\extracolsep{\fill}}r} + & #1 \\ + & \textit{#3} \\ + \end{tabular*} + \end{tabular*} + \\ + \vspace{-0.8pt} +} +% >>> % \resshortsubheading <<< \newcommand{\resshortsubheading}[2]{ \begin{tabular*}{\textwidth-0.5in}{l@{\extracolsep{\fill}}r} -- cgit v1.2.3-54-g00ecf