Re: turn off page numbers but still count page

2011-04-20 Thread dschneiderch
hi i'm trying to do similar (normally the page number is top right but for
the first page of the chapter it should be bottom center) but this solution
doesn't work. Nothing happens in my output.  I'm using a custom class found 
http://www.colorado.edu/its/docs/latex/thesis/ here  for my thesis.  I
believe it uses \pagestyle{myheadings}   so I tried ERT
\thispagestyle{plain} after the chapter title and tried loading
\usepackage{sectsty} and then \chapterfont{\pagestyle{plain}}.

Please help
Thanks
dschneiderch

--
View this message in context: 
http://lyx.475766.n2.nabble.com/turn-off-page-numbers-but-still-count-page-tp479056p6292949.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: turn off page numbers but still count page

2011-04-20 Thread dschneiderch
hi i'm trying to do similar (normally the page number is top right but for
the first page of the chapter it should be bottom center) but this solution
doesn't work. Nothing happens in my output.  I'm using a custom class found 
http://www.colorado.edu/its/docs/latex/thesis/ here  for my thesis.  I
believe it uses \pagestyle{myheadings}   so I tried ERT
\thispagestyle{plain} after the chapter title and tried loading
\usepackage{sectsty} and then \chapterfont{\pagestyle{plain}}.

Please help
Thanks
dschneiderch

--
View this message in context: 
http://lyx.475766.n2.nabble.com/turn-off-page-numbers-but-still-count-page-tp479056p6292949.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: turn off page numbers but still count page

2011-04-20 Thread dschneiderch
hi i'm trying to do similar (normally the page number is top right but for
the first page of the chapter it should be bottom center) but this solution
doesn't work. Nothing happens in my output.  I'm using a custom class found 
http://www.colorado.edu/its/docs/latex/thesis/ here  for my thesis.  I
believe it uses \pagestyle{myheadings}   so I tried ERT
\thispagestyle{plain} after the chapter title and tried loading
\usepackage{sectsty} and then \chapterfont{\pagestyle{plain}}.

Please help
Thanks
dschneiderch

--
View this message in context: 
http://lyx.475766.n2.nabble.com/turn-off-page-numbers-but-still-count-page-tp479056p6292949.html
Sent from the LyX - Users mailing list archive at Nabble.com.


Re: turn off page numbers but still count page

2008-03-05 Thread Helge Hafting

Paul A. Rubin wrote:

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} 
in ERT in the first page of the chapter (I think).
Possibly. 
If you use koma-script, then

\renewcommand{\chapterpagestyle}{empty}
is all you need.

Helge Hafting


Re: turn off page numbers but still count page

2008-03-05 Thread Filippo Zangheri
Paul A. Rubin wrote:
 Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
 ERT in the first page of the chapter (I think).

Thanks, it works as expected.


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-05 Thread Helge Hafting

Paul A. Rubin wrote:

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} 
in ERT in the first page of the chapter (I think).
Possibly. 
If you use koma-script, then

\renewcommand{\chapterpagestyle}{empty}
is all you need.

Helge Hafting


Re: turn off page numbers but still count page

2008-03-05 Thread Filippo Zangheri
Paul A. Rubin wrote:
 Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
 ERT in the first page of the chapter (I think).

Thanks, it works as expected.


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-05 Thread Helge Hafting

Paul A. Rubin wrote:

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} 
in ERT in the first page of the chapter (I think).
Possibly. 
If you use koma-script, then

\renewcommand{\chapterpagestyle}{empty}
is all you need.

Helge Hafting


Re: turn off page numbers but still count page

2008-03-05 Thread Filippo Zangheri
Paul A. Rubin wrote:
> Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
> ERT in the first page of the chapter (I think).

Thanks, it works as expected.


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT \thispagestyle{empty} just 
before the table lyx takes the page number off the previous page, and if 
I place it just after, lyx takes the page number off the next page, but 
not the page containing the table. If I place the latex command within 
the table figure, I get errors that the document is damaged. Please can 
you help?


Thanks
Jenny



Bob Lounsbury wrote:

On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes [EMAIL PROTECTED] wrote:
  

Hi, please does anybody know a way to turn off a page number in the
 middle of a document, but page number all the other pages, and still
 count the one without a number?

 Thanks
 Jenny




Put in ERT \thispagestyle{empty}, without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob
  




Re: turn off page numbers but still count page

2008-03-04 Thread Helge Hafting

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT \thispagestyle{empty} just 
before the table lyx takes the page number off the previous page, and 
if I place it just after, lyx takes the page number off the next page, 
but not the page containing the table. If I place the latex command 
within the table figure, I get errors that the document is damaged. 
Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If plain isn't what you want, subsitute headings,
myheadings, or fancy. I.e. the same as you
have in document settings.


Helge Hafting


Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes

That works a treat thank you

Helge Hafting wrote:

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do 
not want to reduce in size. When I insert ERT \thispagestyle{empty} 
just before the table lyx takes the page number off the previous 
page, and if I place it just after, lyx takes the page number off the 
next page, but not the page containing the table. If I place the 
latex command within the table figure, I get errors that the document 
is damaged. Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If plain isn't what you want, subsitute headings,
myheadings, or fancy. I.e. the same as you
have in document settings.


Helge Hafting




Re: turn off page numbers but still count page

2008-03-04 Thread Filippo Zangheri
Jennifer Brookes ha scritto:
 That works a treat thank you

Hi, I've got the same problem here and the proposed solution works
except for the chapter-starting pages. I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?

Thank you!

System info:

OS: Debian Etch 4.0 GNU/Linux
Kernel: 2.6.24.3
LyX: 1.5.4 built from source (no fancy parameters)


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-04 Thread Paul A. Rubin

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
ERT in the first page of the chapter (I think).


/Paul



Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT \thispagestyle{empty} just 
before the table lyx takes the page number off the previous page, and if 
I place it just after, lyx takes the page number off the next page, but 
not the page containing the table. If I place the latex command within 
the table figure, I get errors that the document is damaged. Please can 
you help?


Thanks
Jenny



Bob Lounsbury wrote:

On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes [EMAIL PROTECTED] wrote:
  

Hi, please does anybody know a way to turn off a page number in the
 middle of a document, but page number all the other pages, and still
 count the one without a number?

 Thanks
 Jenny




Put in ERT \thispagestyle{empty}, without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob
  




Re: turn off page numbers but still count page

2008-03-04 Thread Helge Hafting

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT \thispagestyle{empty} just 
before the table lyx takes the page number off the previous page, and 
if I place it just after, lyx takes the page number off the next page, 
but not the page containing the table. If I place the latex command 
within the table figure, I get errors that the document is damaged. 
Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If plain isn't what you want, subsitute headings,
myheadings, or fancy. I.e. the same as you
have in document settings.


Helge Hafting


Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes

That works a treat thank you

Helge Hafting wrote:

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do 
not want to reduce in size. When I insert ERT \thispagestyle{empty} 
just before the table lyx takes the page number off the previous 
page, and if I place it just after, lyx takes the page number off the 
next page, but not the page containing the table. If I place the 
latex command within the table figure, I get errors that the document 
is damaged. Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If plain isn't what you want, subsitute headings,
myheadings, or fancy. I.e. the same as you
have in document settings.


Helge Hafting




Re: turn off page numbers but still count page

2008-03-04 Thread Filippo Zangheri
Jennifer Brookes ha scritto:
 That works a treat thank you

Hi, I've got the same problem here and the proposed solution works
except for the chapter-starting pages. I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?

Thank you!

System info:

OS: Debian Etch 4.0 GNU/Linux
Kernel: 2.6.24.3
LyX: 1.5.4 built from source (no fancy parameters)


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-04 Thread Paul A. Rubin

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
ERT in the first page of the chapter (I think).


/Paul



Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT "\thispagestyle{empty}" just 
before the table lyx takes the page number off the previous page, and if 
I place it just after, lyx takes the page number off the next page, but 
not the page containing the table. If I place the latex command within 
the table figure, I get errors that the document is damaged. Please can 
you help?


Thanks
Jenny



Bob Lounsbury wrote:

On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes <[EMAIL PROTECTED]> wrote:
  

Hi, please does anybody know a way to turn off a page number in the
 middle of a document, but page number all the other pages, and still
 count the one without a number?

 Thanks
 Jenny




Put in ERT "\thispagestyle{empty}", without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob
  




Re: turn off page numbers but still count page

2008-03-04 Thread Helge Hafting

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do not 
want to reduce in size. When I insert ERT "\thispagestyle{empty}" just 
before the table lyx takes the page number off the previous page, and 
if I place it just after, lyx takes the page number off the next page, 
but not the page containing the table. If I place the latex command 
within the table figure, I get errors that the document is damaged. 
Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If "plain" isn't what you want, subsitute "headings",
"myheadings", or "fancy". I.e. the same as you
have in document settings.


Helge Hafting


Re: turn off page numbers but still count page

2008-03-04 Thread Jennifer Brookes

That works a treat thank you

Helge Hafting wrote:

Jennifer Brookes wrote:
Thanks for your reply, thing is, the page I want without a number 
contains a large table (hence  a clash with the number) which I do 
not want to reduce in size. When I insert ERT "\thispagestyle{empty}" 
just before the table lyx takes the page number off the previous 
page, and if I place it just after, lyx takes the page number off the 
next page, but not the page containing the table. If I place the 
latex command within the table figure, I get errors that the document 
is damaged. Please can you help?

I see the same problem, except that I don't get the
error mentioned. (The desired effect is not achieved though.)


Here is how I did it.
One the page before the table, put:
\thispagestyle{plain}\pagestyle{empty}

Explanation:
The \pagestyle{empty} will make this page
and all following pages numberless. So, the table
page will be numberless. Since you don't want the page
before the table numberless, compensate that with \thispagestyle{plain}.

On the page after the table, put:
\pagestyle{plain}
in order to enable numbers again from that page and
all the rest.

If "plain" isn't what you want, subsitute "headings",
"myheadings", or "fancy". I.e. the same as you
have in document settings.


Helge Hafting




Re: turn off page numbers but still count page

2008-03-04 Thread Filippo Zangheri
Jennifer Brookes ha scritto:
> That works a treat thank you

Hi, I've got the same problem here and the proposed solution works
except for the chapter-starting pages. I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?

Thank you!

System info:

OS: Debian "Etch" 4.0 GNU/Linux
Kernel: 2.6.24.3
LyX: 1.5.4 built from source (no fancy parameters)


-- 
Filippo Zangheri

GPG key ID: 0xE1D879FA
Key fingerprint: 816B CE57 D43C 0A47 EF35 3378 EA5F A72A E1D8 79FA
Key server: pgp.mit.edu

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GE d- s+:- a-- C++ UL+++ P+ L+++ E-- W+ N* o-- K- w--- O-- M--
V- PS++ PE+ Y+ PGP++ t 5-- X++ R* tv b+ DI-- D G-- e++ h--
r++ z*
--END GEEK CODE BLOCK--



Re: turn off page numbers but still count page

2008-03-04 Thread Paul A. Rubin

Filippo Zangheri wrote:

I mean, after
\pagestyle{empty} I have all pages numberless except for the pages
which contain \chapter{foo}.
Is it possible to have those pages unnumbered too?


Use the sectsty package, and put \chapterfont{\thispagestyle{empty}} in 
ERT in the first page of the chapter (I think).


/Paul



turn off page numbers but still count page

2008-03-03 Thread Jennifer Brookes
Hi, please does anybody know a way to turn off a page number in the 
middle of a document, but page number all the other pages, and still 
count the one without a number?


Thanks
Jenny


Re: turn off page numbers but still count page

2008-03-03 Thread Bob Lounsbury
On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes [EMAIL PROTECTED] wrote:
 Hi, please does anybody know a way to turn off a page number in the
  middle of a document, but page number all the other pages, and still
  count the one without a number?

  Thanks
  Jenny


Put in ERT \thispagestyle{empty}, without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob


turn off page numbers but still count page

2008-03-03 Thread Jennifer Brookes
Hi, please does anybody know a way to turn off a page number in the 
middle of a document, but page number all the other pages, and still 
count the one without a number?


Thanks
Jenny


Re: turn off page numbers but still count page

2008-03-03 Thread Bob Lounsbury
On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes [EMAIL PROTECTED] wrote:
 Hi, please does anybody know a way to turn off a page number in the
  middle of a document, but page number all the other pages, and still
  count the one without a number?

  Thanks
  Jenny


Put in ERT \thispagestyle{empty}, without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob


turn off page numbers but still count page

2008-03-03 Thread Jennifer Brookes
Hi, please does anybody know a way to turn off a page number in the 
middle of a document, but page number all the other pages, and still 
count the one without a number?


Thanks
Jenny


Re: turn off page numbers but still count page

2008-03-03 Thread Bob Lounsbury
On Mon, Mar 3, 2008 at 6:48 AM, Jennifer Brookes <[EMAIL PROTECTED]> wrote:
> Hi, please does anybody know a way to turn off a page number in the
>  middle of a document, but page number all the other pages, and still
>  count the one without a number?
>
>  Thanks
>  Jenny
>

Put in ERT "\thispagestyle{empty}", without the quotes, on the page
you don't want a number to show.

Cheers,
/Bob