Hello,\supervisor{{Firstname \textsc{LASTNAME}} % Supervisor name
% {\hspace{1cm}}} % whith space for alignement when 2 authors (uncomment)
%-------------------------------------------------
\examiner{}
%-------------------------------------------------
\degree{ degree }
%-------------------------------------------------
\authors{{Firstname1 \textsc{lastname1}}\\ % First person
{Firstname2 \textsc{lastname2}}} %Second person
%-------------------------------------------------
I have followed the suggestion above (that was posted on a previous post for creating multiple authors) to create multiple supervisors. However, titles "Author" and "Supervisor" are not aligned now. I tried the \hspace stuff that is under the supervisor but hasn't been effective.
Thank you very much.
Regards
EDIT: I have found the solution, maybe not the most feasible one but it works. Maybe it will help someone else. Here it is:
Code: Select all
\authors{{FirstName \textsc{LastName}} \\ {\hspace{1cm}} \\ {\hspace{1cm}} \\ {\hspace{1cm}}\\}