Theses, Books, Title pagesMultiple Authors

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Multiple Authors

Post by templateuser »

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

Recommended reading 2024:

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

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

templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Multiple Authors

Post by templateuser »

Hi,

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
%-------------------------------------------------   
Samantha
Post Reply