On Sun, Dec 21, 2003 at 07:46:56AM +0200, Official Flamer/Cabal NON-Leader wrote:
> Quoth Micha Feigin:
>
> > But the following isn't:
> >
> > > \documentclass{article}
> > >
> > > \begin{document}
> > >
> >
> > \title{Title}
> > \author{Author}
> > \maketitle
>
> Aha! Yes, that is correct - this will print \thepage on first page.
> Ok - three solutions:
>
> 0. use [titlepage]
> 1. use book or report as class
> 2. use fancyhdr
>
Actually I got some useful solutions. The one I am currently using is
to add after the \maketitle the following line:
\thispagestyle{empty} % no number on the title page
Works like a charm (there were several other solutions in the thread
but this came first and it works so I stuck with it ;-)
> > > \pagestyle{empty} %comment me out to get pagenums.
> > >
> > > THIS IS PAGE \thepage
> > >
> > > \newpage
> > >
> > > THIS IS PAGE \thepage
> > >
> > > \end{document}
> > >
> > > --
> > > ---OFCNL
> > > This is MY list. This list belongs to ME! I will flame anyone I want.
> > > Official Flamer/Cabal NON-Leader [EMAIL PROTECTED]
> > >
> > > =================================================================
> > > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > > the word "unsubscribe" in the message body, e.g., run the command
> > > echo unsubscribe | mail [EMAIL PROTECTED]
> > >
> >
> > =================================================================
> > To unsubscribe, send mail to [EMAIL PROTECTED] with
> > the word "unsubscribe" in the message body, e.g., run the command
> > echo unsubscribe | mail [EMAIL PROTECTED]
> >
>
> --
> ---OFCNL
> This is MY list. This list belongs to ME! I will flame anyone I want.
> Official Flamer/Cabal NON-Leader [EMAIL PROTECTED]
>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]