Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Micha


I'm not sure if it's a bug or a feature, but in some case the  
pagestyle is ignores for the first page


Try at the start of the document to add in evil red text (Tex code)  
\thispagestyle{empty} (I hope I haven't miss spelled this)



ב-18/03/2010, בשעה 01:38, Paul Rubin ru...@msu.edu כתב/ה:


Jim Rockford jim.rockfo...@... writes:



I'm running Lyx on Windoze 7 (64bit).  I was under the impression  
that the

following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm  
currently
working on, I still get the page number 1 at the bottom of the page  
when I

generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?



You're doing it correctly, and it should work (works fine for me  
here).  You
might try View  View Source, click the option for complete source,  
and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than  
that, is
there anything funky in your preamble that might be overriding the  
page style

command?


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Helge Hafting

Jim Rockford wrote:

I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?


You do it right - but this setting only works for normal pages.
It does not apply to title pages or chapter pages.

If your one-page document has a title or starts with a chapter
heading, then you might get another pagestyle meant for such pages.
It can be overridden with an TeX box with the command 
\thispagestyle{empty} inside.


Helge Hafting


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Yago

Or include in your preamble:

\usepackage{nopageno}
- Original Message - 
From: Marcelo Acuña mv...@yahoo.com.ar

To: lyx-users@lists.lyx.org
Sent: Thursday, March 18, 2010 12:50 AM
Subject: Re: Suppressing page numbers in lyx 1.6.5



I'm running Lyx on Windoze 7

 (64bit). I was under the impression that the
 following document style setting will suppress page
 numbers:

 Document -- Settings -- Page Layout --
 Headings Style -- empty

 This option supress the headers and footers.
 For page number supress you need to add on the preamble:
\pagestyle{empty}

Marcelo



 Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/ 



Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Micha


I'm not sure if it's a bug or a feature, but in some case the  
pagestyle is ignores for the first page


Try at the start of the document to add in evil red text (Tex code)  
\thispagestyle{empty} (I hope I haven't miss spelled this)



ב-18/03/2010, בשעה 01:38, Paul Rubin ru...@msu.edu כתב/ה:


Jim Rockford jim.rockfo...@... writes:



I'm running Lyx on Windoze 7 (64bit).  I was under the impression  
that the

following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm  
currently
working on, I still get the page number 1 at the bottom of the page  
when I

generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?



You're doing it correctly, and it should work (works fine for me  
here).  You
might try View  View Source, click the option for complete source,  
and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than  
that, is
there anything funky in your preamble that might be overriding the  
page style

command?


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Helge Hafting

Jim Rockford wrote:

I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?


You do it right - but this setting only works for normal pages.
It does not apply to title pages or chapter pages.

If your one-page document has a title or starts with a chapter
heading, then you might get another pagestyle meant for such pages.
It can be overridden with an TeX box with the command 
\thispagestyle{empty} inside.


Helge Hafting


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Yago

Or include in your preamble:

\usepackage{nopageno}
- Original Message - 
From: Marcelo Acuña mv...@yahoo.com.ar

To: lyx-users@lists.lyx.org
Sent: Thursday, March 18, 2010 12:50 AM
Subject: Re: Suppressing page numbers in lyx 1.6.5



I'm running Lyx on Windoze 7

 (64bit). I was under the impression that the
 following document style setting will suppress page
 numbers:

 Document -- Settings -- Page Layout --
 Headings Style -- empty

 This option supress the headers and footers.
 For page number supress you need to add on the preamble:
\pagestyle{empty}

Marcelo



 Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/ 



Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Micha


I'm not sure if it's a bug or a feature, but in some case the  
pagestyle is ignores for the first page


Try at the start of the document to add in evil red text (Tex code)  
\thispagestyle{empty} (I hope I haven't miss spelled this)



ב-18/03/2010, בשעה 01:38, Paul Rubin  כתב/ה:


Jim Rockford  writes:



I'm running Lyx on Windoze 7 (64bit).  I was under the impression  
that the

following document style setting will suppress page numbers:

Document --> Settings --> Page Layout --> Headings Style --> empty

However, in the single-page document (article style) that I'm  
currently
working on, I still get the page number 1 at the bottom of the page  
when I

generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?



You're doing it correctly, and it should work (works fine for me  
here).  You
might try View > View Source, click the option for complete source,  
and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than  
that, is
there anything funky in your preamble that might be overriding the  
page style

command?


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Helge Hafting

Jim Rockford wrote:

I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document --> Settings --> Page Layout --> Headings Style --> empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?


You do it right - but this setting only works for "normal pages".
It does not apply to "title pages" or "chapter pages".

If your one-page document has a "title" or starts with a chapter
heading, then you might get another pagestyle meant for such pages.
It can be overridden with an TeX box with the command 
\thispagestyle{empty} inside.


Helge Hafting


Re: Suppressing page numbers in lyx 1.6.5

2010-03-18 Thread Yago

Or include in your preamble:

\usepackage{nopageno}
- Original Message - 
From: "Marcelo Acuña" <mv...@yahoo.com.ar>

To: <lyx-users@lists.lyx.org>
Sent: Thursday, March 18, 2010 12:50 AM
Subject: Re: Suppressing page numbers in lyx 1.6.5



I'm running Lyx on Windoze 7

> (64bit). I was under the impression that the
> following document style setting will suppress page
> numbers:
>
> Document --> Settings --> Page Layout -->
> Headings Style --> empty

 This option supress the headers and footers.
 For page number supress you need to add on the preamble:
\pagestyle{empty}

Marcelo



 Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/ 



Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford jim.rockfo...@... writes:

 
 I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
 following document style setting will suppress page numbers:
 
 Document -- Settings -- Page Layout -- Headings Style -- empty
 
 However, in the single-page document (article style) that I'm currently
 working on, I still get the page number 1 at the bottom of the page when I
 generate the PDF.  Am I doing something wrong?  Are there alternative
 methods for suppressing page numbers?
 

You're doing it correctly, and it should work (works fine for me here).  You
might try View  View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
  I'm running Lyx on Windoze 7
  (64bit).  I was under the impression that the
  following document style setting will suppress page
  numbers:
  
  Document -- Settings -- Page Layout --
  Headings Style -- empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document -- Settings -- Page Layout -- Headings Style -- empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford jim.rockfo...@... writes:

 
 I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
 following document style setting will suppress page numbers:
 
 Document -- Settings -- Page Layout -- Headings Style -- empty
 
 However, in the single-page document (article style) that I'm currently
 working on, I still get the page number 1 at the bottom of the page when I
 generate the PDF.  Am I doing something wrong?  Are there alternative
 methods for suppressing page numbers?
 

You're doing it correctly, and it should work (works fine for me here).  You
might try View  View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
  I'm running Lyx on Windoze 7
  (64bit).  I was under the impression that the
  following document style setting will suppress page
  numbers:
  
  Document -- Settings -- Page Layout --
  Headings Style -- empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/


Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Jim Rockford
I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
following document style setting will suppress page numbers:

Document --> Settings --> Page Layout --> Headings Style --> empty

However, in the single-page document (article style) that I'm currently
working on, I still get the page number 1 at the bottom of the page when I
generate the PDF.  Am I doing something wrong?  Are there alternative
methods for suppressing page numbers?

Thanks,
Jim


Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Paul Rubin
Jim Rockford  writes:

> 
> I'm running Lyx on Windoze 7 (64bit).  I was under the impression that the
> following document style setting will suppress page numbers:
> 
> Document --> Settings --> Page Layout --> Headings Style --> empty
> 
> However, in the single-page document (article style) that I'm currently
> working on, I still get the page number 1 at the bottom of the page when I
> generate the PDF.  Am I doing something wrong?  Are there alternative
> methods for suppressing page numbers?
> 

You're doing it correctly, and it should work (works fine for me here).  You
might try View > View Source, click the option for complete source, and verify
that \pagestyle{empty} shows up early in the LaTeX code. Other than that, is
there anything funky in your preamble that might be overriding the page style
command?



Re: Suppressing page numbers in lyx 1.6.5

2010-03-17 Thread Marcelo Acuña
 > I'm running Lyx on Windoze 7
 > (64bit).  I was under the impression that the
 > following document style setting will suppress page
 > numbers:
 > 
 > Document --> Settings --> Page Layout -->
 > Headings Style --> empty
 
  This option supress the headers and footers.
  For page number supress you need to add on the preamble:
 \pagestyle{empty}
 
 Marcelo



  Yahoo! Cocina

Encontra las mejores recetas con Yahoo! Cocina.


http://ar.mujer.yahoo.com/cocina/