Theses, Books, Title pages ⇒ assistant supervisor
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
assistant supervisor
Thanks so much.
giulio_colas
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
assistant supervisor
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}
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}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: assistant supervisor
Best regards
Giulio