I know that this is easy, but I can't figure out how to make it work with a 3 or 4 -line subject title. Any suggestion?
The template of the project I am working on is here.
EDIT: In additiona, how could I add the following two lines (and the appropriate space) just below my my name:
Supervised by
<name>
where, , preferably, should be in the form of link, exactly as my name.
EDIT 2: I added the following after line 222 in ".cls" file:
{{\supervisiontext} \par}
\vspace*{1ex}
{\it {\@supervisor} \par}
\vspace*{15mm}
And the following in "thesis.tex" file:
\renewcommand{\supervisiontext}{supervised by}
\ifpdf
\supervisor{\href{mailto:xxx@xxx.xx}{xxx xxx}}
\else
\supervisor{xxx xxx}
\fi
But, unfortunately, it stills not working.