From f7afaef7cc88d6a96c97e59a53e00c30a61caafd Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Wed, 5 Oct 2022 11:47:20 -0500 Subject: Rework \GPA command to also print the GPA scale --- Education.tex | 2 +- resumeconfig.sty | 2 +- 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 -- cgit v1.2.3