Skip to content
Permalink
Browse files
Merge branch 'Documentation'
Acutally merge the updated Class File
  • Loading branch information
aa9863 committed Sep 20, 2018
2 parents 7cb17ea + 56696dc commit 398a52a8aa11745bc5109e9270381ba148b2a677
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
@@ -1,7 +1,7 @@
---
# ----- THINGS THAT YOU NEED TO CHANGE ----
author: "Your Name"
sid: 424242
sid: 4242
title: "Project Title"

# Keywords associated with your project
@@ -931,8 +931,8 @@ wish to left align your text}
{\usebox{\PHD@author}}
\vspace{.05\PHD@titlepagespacing}

{\usebox{\PHD@SID}}
\vspace{.05\PHD@titlepagespacing}
%{\usebox{\PHD@SID}}
%\vspace{.05\PHD@titlepagespacing}

% Degree title on first submission)
\if@finalsub
@@ -1153,20 +1153,21 @@ wish to left align your text}
\begin{minipage}[c]{\textwidth}
\centering \Large {by} \par
\vspace{0.5em}
\centering \Large \bfseries{\@author}
\vspace{0.25em}
\end{minipage}
\end{lrbox}

% DG: Student ID Box
\newsavebox{\PHD@SID}
\begin{lrbox}{\PHD@SID}
\begin{minipage}[c]{\textwidth}
\centering \Large {\@stuid}
\centering \Large \bfseries{\@author}
\\{\@stuid}
\vspace{0.5em}
\end{minipage}
\end{lrbox}

%% % DG: Student ID Box
%% \newsavebox{\PHD@SID}
%% \begin{lrbox}{\PHD@SID}
%% \begin{minipage}[c]{\textwidth}
%% \centering \Large {\@stuid}
%% % \vspace{0.5em}
%% \end{minipage}
%% \end{lrbox}


% Award Box
\newsavebox{\PHD@award}
@@ -1272,7 +1273,6 @@ wish to left align your text}
\setlength{\PHD@titlepagespacing}{ \textheight %
- \totalheightof{\usebox{\PHD@Title}}
- \totalheightof{\usebox{\PHD@author}}
- \totalheightof{\usebox{\PHD@SID}}
- \totalheightof{\usebox{\PHD@supervisor}}
- \totalheightof{\usebox{\PHD@advisor}}
- \totalheightof{\usebox{\PHD@award}}

0 comments on commit 398a52a

Please sign in to comment.