I'm preparing presentation on defend my thesis. I have problem with title page. I have got:
* \title{my thesis title}
* \author{my name and surname}
* \institute{my university}
* \date{the day when I will defend my thesis}
But I have one problem. I need insert the my promoter's surname, for example:
I think in should be between author and institute, but I need some space under author.Promoter: Dr Daniel Smith
It can't compile:
Code: Select all
\author{my name and surname\\ \vspace{5pt} \footnotesize Promoter: Dr Daniel Smith}