Merge pull request #71 from tabias/master

Added multi-supervisor and multi-advisor support
This commit is contained in:
Krishna Kumar 2016-04-08 07:44:54 +01:00
commit 867bf68a42
4 changed files with 23 additions and 7 deletions

View File

@ -1025,7 +1025,6 @@ wish to left align your text}
\end{singlespace}
}
% ********************************* Dedication *********************************
% The dedication environment makes sure the dedication gets its
% own page, centered
@ -1214,6 +1213,7 @@ wish to left align your text}
\begin{lrbox}{\PHD@author}
\begin{minipage}[c]{\textwidth}
\centering \Large \bfseries{\@author}
\vspace{0.5em}
\end{minipage}
\end{lrbox}
@ -1224,7 +1224,8 @@ wish to left align your text}
\ifthenelse{\equal{\@supervisor}{}}{
% supervisor is not defined
}{
\centering \Large {\@supervisorrole \@supervisor}
\centering \Large {\@supervisorrole \parbox[t]{0.4\textwidth}{\@supervisor}}
\vspace{0.5em}
} % supervisor is defined
\end{minipage}
\end{lrbox}
@ -1236,7 +1237,8 @@ wish to left align your text}
\ifthenelse{\equal{\@advisor}{}}{
% advisor is not defined
}{
\centering \Large {\@advisorrole \@advisor}
\centering \Large {\@advisorrole \parbox[t]{0.4\textwidth}{\@advisor}}
\vspace{0.5em}
} % advisor is defined
\end{minipage}
\end{lrbox}

0
compile-thesis.sh Normal file → Executable file
View File

View File

@ -28,14 +28,28 @@
%% Supervisor (optional)
%\supervisor{Prof. Kenichi Soga}
%% for multiple supervisors, append each supervisor with the \newline command
\supervisor{\textbf{Prof. A.B. Supervisor\newline
Prof. C.D. Supervisor\newline
Prof. E.F. Supervisor\newline
Prof. G.H. Supervisor}}
%% Supervisor Role (optional) - Supervisor (default) or advisor
%\supervisorrole{Advisor: }
% \supervisorrole{\textbf{Supervisors: }}
%% if no title is desired:
% \supervisorrole{}
%% Advisor (optional)
%\advisor{Prof. Malcolm Bolton}
%% for multiple advisors, append each advisor with the \newline command
\advisor{Advisor 1 \newline
Advisors 2 \newline
Advisor 3 \newline
Advisor 4 }
%% Advisor Role (optional) - Advisor (default) or leave empty
%\advisorrole{Advisor: }
\advisorrole{Advisors: }
%% if no title is required
% \advisorrole{}
%% You can redefine the submission text:

Binary file not shown.