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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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
%-------------------------------------------------