From 59b70158888e2961f3170b2823bb9f6a0dbff40c Mon Sep 17 00:00:00 2001 From: Karl Hallsby Date: Tue, 4 Oct 2022 16:43:52 -0500 Subject: Define new GPA command to typeset GPAs consistently --- Education.tex | 4 ++-- 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 -- cgit v1.2.3