summaryrefslogtreecommitdiff
path: root/resumeconfig.sty
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-04 16:43:52 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-04 16:43:52 -0500
commit59b70158888e2961f3170b2823bb9f6a0dbff40c (patch)
treede330274827b5442857496091dd8db1364408355 /resumeconfig.sty
parent7238dce240362988873cd2639f6cb60f414426ea (diff)
Define new GPA command to typeset GPAs consistently
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 0531d8b..237f18f 100644
--- a/resumeconfig.sty
+++ b/resumeconfig.sty
@@ -13,4 +13,6 @@
}
}
-\newcommand*{\Displaydate}[3]{\textsc{\small\DTMdisplaydate{#1}{#2}{#3}{-1}}} \ No newline at end of file
+\newcommand*{\Displaydate}[3]{\textsc{\small\DTMdisplaydate{#1}{#2}{#3}{-1}}}
+
+\newcommand{\GPA}[1]{\textbf{GPA}: \ensuremath{#1}} \ No newline at end of file