Re: Removing first page number in preamble

1999-10-06 Thread Carlos A M dos Santos
On Wed, 6 Oct 1999, Bruce Momjian wrote: > > Maybe something like > > \AtBeginDocument{\thispagestyle{empty}} > > Sorry, doesn't work. I read the LaTeX FAQ(item attached), and it said > that \maketitle resets the \thispagestyle, even if the value of > \thispagestyle is {empty}. > > I write lot

Re: Removing first page number in preamble

1999-10-06 Thread Bruce Momjian
> Bruce> This is what I was hoping for. Don't know LaTeX yet. > > Bruce> Got three errors, the first was: > > Bruce>! LaTeX error: no \title given > > Bruce> I changed \newnewcommand to \newcommand and got: > > Bruce>Command \maketitle already defined. > > I should reread what

Re: Removing first page number in preamble

1999-10-06 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: >> > "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: >> Bruce> Sorry, doesn't work. I read the LaTeX FAQ(item attached), and Bruce> it said that \maketitle resets the \thispagestyle, even if the Bruce> value of \thispagestyle is

Re: Removing first page number in preamble

1999-10-06 Thread Bruce Momjian
> > "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: > > Bruce> Sorry, doesn't work. I read the LaTeX FAQ(item attached), and > Bruce> it said that \maketitle resets the \thispagestyle, even if the > Bruce> value of \thispagestyle is {empty}. > > OK, what about that: > > \let\realmaketi

Re: Removing first page number in preamble

1999-10-06 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: Bruce> Sorry, doesn't work. I read the LaTeX FAQ(item attached), and Bruce> it said that \maketitle resets the \thispagestyle, even if the Bruce> value of \thispagestyle is {empty}. OK, what about that: \let\realmaketitle=\maketitle \ne

Re: Removing first page number in preamble

1999-10-06 Thread Bruce Momjian
> > "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: > > Bruce> Is there a way to not print a page number on the first page > Bruce> without having to use \thispagestyle{empty} _after_ the call to > Bruce> \maketitle? > > Bruce> I ask this because I use LyX, and if I can get some code I

Re: Removing first page number in preamble

1999-10-06 Thread Jean-Marc Lasgouttes
> "Bruce" == Bruce Momjian <[EMAIL PROTECTED]> writes: Bruce> Is there a way to not print a page number on the first page Bruce> without having to use \thispagestyle{empty} _after_ the call to Bruce> \maketitle? Bruce> I ask this because I use LyX, and if I can get some code I can Bruce> put

Re: Removing first page number in preamble

1999-10-05 Thread Jose Abilio Oliveira Matos
On Tue, Oct 05, 1999 at 04:25:14PM -0400, Bruce Momjian wrote: > Is there a way to not print a page number on the first page without > having to use \thispagestyle{empty} _after_ the call to \maketitle? > > I ask this because I use LyX, and if I can get some code I can put it in > the default pre

Removing first page number in preamble

1999-10-05 Thread Bruce Momjian
Is there a way to not print a page number on the first page without having to use \thispagestyle{empty} _after_ the call to \maketitle? I ask this because I use LyX, and if I can get some code I can put it in the default preamble, and not have to put it after every title in every document. I am