diff options
author | Karl Hallsby <karl@hallsby.com> | 2022-10-04 16:43:52 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2022-10-04 16:43:52 -0500 |
commit | 59b70158888e2961f3170b2823bb9f6a0dbff40c (patch) | |
tree | de330274827b5442857496091dd8db1364408355 | |
parent | 7238dce240362988873cd2639f6cb60f414426ea (diff) |
Define new GPA command to typeset GPAs consistently
-rw-r--r-- | Education.tex | 4 | ||||
-rw-r--r-- | resumeconfig.sty | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Education.tex b/Education.tex index 368e391..d69fa11 100644 --- a/Education.tex +++ b/Education.tex @@ -1,10 +1,10 @@ \section{Education}\label{sec:Education} \subsection{M.S.\ Computer Engineering}\label{sec:MSCPE} \hfill Expected Graduation: \Displaydate{2022}{12}{17}\\ \textsc{Specialization in Computer Systems Software} \\ -\textit{\IIT{}} \textbf{GPA}: $4.00$ +\textit{\IIT{}} \GPA{4.00} \subsection{B.S.\ Computer Engineering}\label{sec:BSCPE} \hfill Expected Graduation: \Displaydate{2022}{12}{17}\\ -\textit{\IIT{}} \textbf{GPA}: $3.976$ \\ +\textit{\IIT{}} \GPA{3.976}\\ \textit{\LTH{}} Lund, Sweden. (Study Abroad) \hfill \Daterange{2019}{08}{01}{2020}{06}{30}\\ \subsection{Course Work}\label{sec:Course_Work} 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 |