Include latest information

This commit is contained in:
Michael Bradley 2024-07-14 17:36:28 -04:00
parent a01c28c8c5
commit 83d2a0f97d
5 changed files with 44 additions and 35 deletions

View file

@ -71,12 +71,7 @@
\newcommand{\minorSection}[1]{\color{subheadings}\raggedright\scshape\customRalewayMedium\fontsize{11pt}{12pt}\selectfont{#1}\normalfont}
% Project command
\newcommand{\Project}[2]{
\runsubsection{
\href{#2}{#1}
}
\hfill
}
\newcommand{\Project}[2]{\runsubsection{\href{#2}{\underline{#1}}}\hfill}
% Underlined link command
\newcommand{\underlinedLink}[2]{\underline{\href{#1}{#2}}}