Theses, Books, Title pagesassistant supervisor

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

assistant supervisor

Post by templateuser »

How can I add the assistant supervisor under the supervisor name in the title page?

Thanks so much.

giulio_colas

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

assistant supervisor

Post by Vel »

Hi,

In main.tex, find the following lines:

Code: Select all

\begin{flushright} \large
\emph{Supervisor:} \\
\href{http://www.jamessmith.com}{\supname} % Supervisor name - 
% remove the \href bracket to remove the link  
\end{flushright}
Add the assistant supervisor as follows:

Code: Select all

\begin{flushright} \large
\emph{Supervisor:} \\
\href{http://www.jamessmith.com}{\supname}\\ % Supervisor name
%  - remove the \href bracket to remove the link  
\emph{Assistant Supervisor:} \\
\href{http://www.bob.com}{Bob}\\
\end{flushright}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: assistant supervisor

Post by templateuser »

Thanks for your quick reply.
Best regards
Giulio
Post Reply