GeneralCover page problems in LaTeX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Bluemilk
Posts: 5
Joined: Sun Jun 08, 2008 3:12 pm

Cover page problems in LaTeX

Post by Bluemilk »

I have another problem with my report I'm supposed to submit. I am using the book class for it. It is supposed to be printed as a double sided copy, so the alignment of the actual contents differ. That is, the even numbered pages have this "right justified" appearance when printed while the odd numbered pages have this "left justified" apperance when printed. That is fine...

However, my title page (since its the first page, it's an odd number) has this left justified appearance when printed. That is not what I want... how do I make my title page appear in the "middle" of the page?

Hope you all understand what I am talking about ... :oops:

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
Joined: Mon Mar 10, 2008 9:44 pm

Re: Cover page problems in LaTeX

Post by Stefan Kottwitz »

Hi Bluemilk!

The title page of the book class is not the cover page. You may expect that the cover page of a book has equal left/right margins, but when you open the book you will see the title page, and that has the same page layout like an odd numbered inner page of the book. That inner title page is produced by \maketitle.
You could create the cover page as separate document with a different layout.

Stefan
LaTeX.org admin
Post Reply