From 6c8fd3fcb58490c400c3097d86edfc11efbcc092 Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Fri, 7 Oct 2022 15:14:38 -0500 Subject: Add command to typeset the location a position was conducted --- resumeconfig.sty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resumeconfig.sty b/resumeconfig.sty index 7103514..3a0e599 100644 --- a/resumeconfig.sty +++ b/resumeconfig.sty @@ -15,4 +15,6 @@ \newcommand*{\Displaydate}[3]{\textsc{\small\DTMdisplaydate{#1}{#2}{#3}{-1}}} -\newcommand{\GPA}[2][4.0]{\textbf{GPA}: \ensuremath{#2 / #1}} \ No newline at end of file +\newcommand{\Location}[1]{{\footnotesize #1}} + +\newcommand{\GPA}[2][4.0]{\textbf{GPA}: \ensuremath{#2 / #1}} -- cgit v1.2.3