Theses, Books, Title pagesMultiple Supervisors

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
crashpole
Posts: 14
Joined: Tue Jun 02, 2015 3:10 am

Multiple Supervisors

Post by crashpole »

\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
%-------------------------------------------------
Hello,

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}}\\}
There are three hspace things with \\ because I have entered three aditional lines to the supervisors.

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Re: Multiple Supervisors

Post by cgnieder »

Hi. Can you post your solution as a new post and mark that as the solution then? Otherwise your question will appear as unanswered post in the forum search. (And now, after I added this post at least as unsolved…)

Thanks
site moderator & package author
Post Reply