summaryrefslogtreecommitdiff
path: root/resumeconfig.sty
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2022-10-05 11:47:20 -0500
committerKarl Hallsby <karl@hallsby.com>2022-10-05 11:47:20 -0500
commitf7afaef7cc88d6a96c97e59a53e00c30a61caafd (patch)
tree0438b57e4003f06f35300268ef2fc226c74c2e2c /resumeconfig.sty
parent40a00e261b19e5e7052b86d1b2be39efc7d77063 (diff)
Rework \GPA command to also print the GPA scale
Diffstat (limited to 'resumeconfig.sty')
-rw-r--r--resumeconfig.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/resumeconfig.sty b/resumeconfig.sty
index 237f18f..7103514 100644
--- a/resumeconfig.sty
+++ b/resumeconfig.sty
@@ -15,4 +15,4 @@
\newcommand*{\Displaydate}[3]{\textsc{\small\DTMdisplaydate{#1}{#2}{#3}{-1}}}
-\newcommand{\GPA}[1]{\textbf{GPA}: \ensuremath{#1}} \ No newline at end of file
+\newcommand{\GPA}[2][4.0]{\textbf{GPA}: \ensuremath{#2 / #1}} \ No newline at end of file