Merge pull request #71 from tabias/master
Added multi-supervisor and multi-advisor support
This commit is contained in:
commit
867bf68a42
@ -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
0
compile-thesis.sh
Normal file → Executable 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:
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user