Theses, Books, Title pages ⇒ Multiple Authors
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Multiple Authors
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Multiple Authors
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
%-------------------------------------------------