summaryrefslogtreecommitdiff
path: root/resumeconfig.sty
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-07 15:14:38 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-07 15:15:31 -0500
commit6c8fd3fcb58490c400c3097d86edfc11efbcc092 (patch)
tree7c961cf76fea10e2847d7c77469015d3a7533557 /resumeconfig.sty
parent58725fc3743993adf33d8d7e21a4ee50d55e3680 (diff)
Add command to typeset the location a position was conducted
Diffstat (limited to 'resumeconfig.sty')
-rw-r--r--resumeconfig.sty4
1 files changed, 3 insertions, 1 deletions
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}}