Aligned supervisors on P(rof.)

This commit is contained in:
fons 2016-11-26 11:56:09 +01:00
parent 865ba085d6
commit 6e16982a6d

View File

@ -14,7 +14,7 @@
\newcommand\fileversion{2.2.2} \newcommand\fileversion{2.2.2}
\newcommand\filedate{2016/10/20} \newcommand\filedate{2016/10/20}
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesClass{PhDThesisPSnPDF}[\filedate\space A PhD thesis class file \ProvidesClass{Classes/PhDThesisPSnPDF}[\filedate\space A PhD thesis class file
by Krishna Kumar (v\fileversion)] by Krishna Kumar (v\fileversion)]
\typeout{https://github.com/kks32/phd-thesis-template/} \typeout{https://github.com/kks32/phd-thesis-template/}
@ -1204,7 +1204,8 @@ wish to left align your text}
\ifthenelse{\equal{\@supervisor}{}}{ \ifthenelse{\equal{\@supervisor}{}}{
% supervisor is not defined % supervisor is not defined
}{ }{
\centering \Large {\@supervisorrole \@supervisor} \centering
\Large{\@supervisorrole} \parbox[t]{200pt}{\@supervisor}
\vspace{0.5em} \vspace{0.5em}
} % supervisor is defined } % supervisor is defined
\end{minipage} \end{minipage}
@ -1216,8 +1217,9 @@ wish to left align your text}
\begin{minipage}[c]{\textwidth} \begin{minipage}[c]{\textwidth}
\ifthenelse{\equal{\@advisor}{}}{ \ifthenelse{\equal{\@advisor}{}}{
% advisor is not defined % advisor is not defined
}{ }{
\centering \Large {\@advisorrole \@advisor} \centering
\Large{\@advisorrole} \parbox[t]{200pt}{\@advisor}
\vspace{0.5em} \vspace{0.5em}
} % advisor is defined } % advisor is defined
\end{minipage} \end{minipage}