Click to See Complete Forum and Search --> : LaTeX Question


Namtar314
10-01-2002, 08:49 PM
Hello all.

I'm trying to write an article using LaTeX. It's going well so far, but I just can't figure out how to NOT have it print a '1' on the title page and to start count at '1' on the next page.

Any ideas?

Thanks
Namtar

scanez
10-01-2002, 09:07 PM
Use the titlepage option where you declare the documentclass:

\documentclass[titlepage]{article}

assuming you are using \maketitle to make your title page ;)