diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-07 15:14:38 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-07 15:15:31 -0500 |
commit | 6c8fd3fcb58490c400c3097d86edfc11efbcc092 (patch) | |
tree | 7c961cf76fea10e2847d7c77469015d3a7533557 | |
parent | 58725fc3743993adf33d8d7e21a4ee50d55e3680 (diff) |
Add command to typeset the location a position was conducted
-rw-r--r-- | resumeconfig.sty | 4 |
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}} |