General ⇒ Title Page before ToC
Title Page before ToC
I'm new to Latex, but am generally enjoying its possibilities. However it seems i cannot choose to have the title page come before the table of contents as is normal, when we turn in articles.
Can anybody enlighten me?
Sorry if this has already been asnwered, but wasnt able to find any post on the forum that explicitely solved the problem.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Title Page before ToC
welcome to the board!
Simply call \maketitle before \tableofcontents.
Or what is the problem? Perhaps tell us with some code, such as a

Stefan
Re: Title Page before ToC
Thank you again for the quick answer!