summaryrefslogtreecommitdiff
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
parent40a00e261b19e5e7052b86d1b2be39efc7d77063 (diff)
Rework \GPA command to also print the GPA scale
-rw-r--r--Education.tex2
-rw-r--r--resumeconfig.sty2
2 files changed, 2 insertions, 2 deletions
diff --git a/Education.tex b/Education.tex
index 080b310..0e4314a 100644
--- a/Education.tex
+++ b/Education.tex
@@ -5,7 +5,7 @@
\subsection{B.S.\ Computer Engineering}\label{sec:BSCPE} \hfill Expected Graduation: \Displaydate{2022}{12}{17}\\
\textit{\IIT{}} \GPA{3.9}\\
-\textit{\LTH{}} Lund, Sweden. (Study Abroad) \GPA{4.2} \hfill \Daterange{2019}{08}{01}{2020}{06}{30}\\
+\textit{\LTH{}} Lund, Sweden. (Study Abroad) \GPA[5.0]{4.2} \hfill \Daterange{2019}{08}{01}{2020}{06}{30}\\
\subsection{Course Work}\label{sec:Course_Work}
% If applying for particular position, pick and choose 1-3 classes to describe in depth
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