On Fri, Dec 19, 2003 at 09:03:42PM +0200, Official Flamer/Cabal NON-Leader wrote:
> Quoth Micha Feigin:
> 
> > I am writing a document with latex using the article document
> > class. The problem is that when setting \pagestyle{empty} either in
> > the preamble or after the \begin{document} I still get a page number on
> > the first page. Since there are guidelines for submitting this one this
> > is a big no no.
> > Any idea on how to get read of this page number (I don't mind hacking
> > into the style files if needed, but I don't know raw tex so a little
> > help can go a lot of way)
> 
> The code below is ok:
> 

But the following isn't:

> \documentclass{article}
> 
> \begin{document}
>

\title{Title} 
\author{Author}
\maketitle
 
> \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]

Reply via email to