Document Classes ⇒ How to insert Adviser name in documentclass{report} title?
-
- Posts: 1
- Joined: Fri Jan 22, 2016 10:38 pm
How to insert Adviser name in documentclass{report} title?
I am writing my Ph.D. Thesis in latex and I'm using the documentclass {report}.
I know that I can use the \author{} to put my name, but is there a specific command to insert adviser, co-adviser name...?
Which commands can I use with this documentclass to create a title page? As far as I know, only \title, \author and \date.
Thanks in advance,
Cayo Emilio.
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
How to insert Adviser name in documentclass{report} title?
Yes, reports only know those three variables to create a titlepage. Only option you have, is to create your own. Please have a look at how to customize my titlepge? and titlepage examples.