GeneralReport style title page with article class

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
drumex
Posts: 12
Joined: Mon Apr 14, 2008 2:18 am

Report style title page with article class

Post by drumex »

Hello.

I like how the title page gets nicely vertically centered when using the report class, and I was wondering if it was possible to get the same style title page when using the article class. This is because my document is not structured to have chapters.
Windows Vista (SP1), MiKTeX 2.7, TeXnicCenter 1.0 RC1

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

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

Report style title page with article class

Post by Stefan Kottwitz »

Hi,

use the titlepage option, for example:

Code: Select all

\documentclass[a4paper,10pt,titlepage]{article}
Stefan
LaTeX.org admin
drumex
Posts: 12
Joined: Mon Apr 14, 2008 2:18 am

Re: Report style title page with article class

Post by drumex »

Thanks Stefan.
Windows Vista (SP1), MiKTeX 2.7, TeXnicCenter 1.0 RC1
Post Reply