At first, I would like to thank you for your efforts! I just started with adjusting the template for my purpose. Although, I tried several times, I was not able to add additional authors to my thesis. It seems that the hyperref pack is the problem:
This is what I want to do (title page):
Authors: Supervisor:
Name, Surname Prof. Dr. XY
Name, Surname
Could you please have a look?
Thanks in advance!
Matt
Theses, Books, Title pages ⇒ Multiple Authors
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Multiple Authors
Hi,
In
Samantha
In
thesis.cls
, in variables, simply add a line:Code: Select all
\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
%-------------------------------------------------