From 92b376340e08bb86c3fee03de8fcf5d352b82e6b Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 7 Oct 2022 16:18:24 -0500 Subject: Add advisor command to add professors I did work with --- resumeconfig.sty | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resumeconfig.sty') diff --git a/resumeconfig.sty b/resumeconfig.sty index 3a0e599..076bd18 100644 --- a/resumeconfig.sty +++ b/resumeconfig.sty @@ -18,3 +18,5 @@ \newcommand{\Location}[1]{{\footnotesize #1}} \newcommand{\GPA}[2][4.0]{\textbf{GPA}: \ensuremath{#2 / #1}} + +\newcommand{\Advisor}[1]{\textsc{Advisor(s): #1}} -- cgit v1.2.3