diff options
-rw-r--r-- | Education.tex | 2 | ||||
-rw-r--r-- | 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 |