Re: Header in plain page

2012-01-12 Thread Richard Heck

On 01/11/2012 03:57 PM, Marcelo Acuña wrote:


The plain page after my title page by default takes the page number 
and header. How can I remove this?? In principle, it should be totally 
blank. This problem is also there in all plain pages throughout my 
document e.g a plain page between chapters if any.


I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but 
not from plain pages.


A trick for doing this is mentioned in the fancyhdr documentation. You 
need to redefine the clearpage and cleardoublepage commands.


Richard



Re: Header in plain page

2012-01-12 Thread Richard Heck

On 01/11/2012 03:57 PM, Marcelo Acuña wrote:


The plain page after my title page by default takes the page number 
and header. How can I remove this?? In principle, it should be totally 
blank. This problem is also there in all plain pages throughout my 
document e.g a plain page between chapters if any.


I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but 
not from plain pages.


A trick for doing this is mentioned in the fancyhdr documentation. You 
need to redefine the clearpage and cleardoublepage commands.


Richard



Re: Header in plain page

2012-01-12 Thread Richard Heck

On 01/11/2012 03:57 PM, Marcelo Acuña wrote:


The plain page after my title page by default takes the page number 
and header. How can I remove this?? In principle, it should be totally 
blank. This problem is also there in all plain pages throughout my 
document e.g a plain page between chapters if any.


I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but 
not from plain pages.


A trick for doing this is mentioned in the fancyhdr documentation. You 
need to redefine the clearpage and cleardoublepage commands.


Richard



Header in plain page

2012-01-11 Thread Dhriti Sundar Ghosh
Hi all,

The plain page after my title page by default takes the page number and
header. How can I remove this?? In principle, it should be totally blank.
This problem is also there in all plain pages throughout my document e.g a
plain page between chapters if any.

I am using document class: Book
I tried the following command in the preamble :

\fancypagestyle{plain}{

\fancyhead{}

\fancyfoot{}

\renewcommand{\headrulewidth}{0pt}


But this command only removes the header from chapter title pages but not
from plain pages.


Please help me.


Regards

Dhriti


Re: Header in plain page

2012-01-11 Thread Marcelo Acuña

The plain page after my title page by default takes the page number and header. 
How can I remove this?? In principle, it should be totally blank. This problem 
is also there in all plain pages throughout my document e.g a plain page 
between chapters if any.

I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but not from 
plain pages.


Hi,
 try with a ERT with:

\thispagestyle{empty}

or something else

Marcelo

Header in plain page

2012-01-11 Thread Dhriti Sundar Ghosh
Hi all,

The plain page after my title page by default takes the page number and
header. How can I remove this?? In principle, it should be totally blank.
This problem is also there in all plain pages throughout my document e.g a
plain page between chapters if any.

I am using document class: Book
I tried the following command in the preamble :

\fancypagestyle{plain}{

\fancyhead{}

\fancyfoot{}

\renewcommand{\headrulewidth}{0pt}


But this command only removes the header from chapter title pages but not
from plain pages.


Please help me.


Regards

Dhriti


Re: Header in plain page

2012-01-11 Thread Marcelo Acuña

The plain page after my title page by default takes the page number and header. 
How can I remove this?? In principle, it should be totally blank. This problem 
is also there in all plain pages throughout my document e.g a plain page 
between chapters if any.

I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but not from 
plain pages.


Hi,
 try with a ERT with:

\thispagestyle{empty}

or something else

Marcelo

Header in plain page

2012-01-11 Thread Dhriti Sundar Ghosh
Hi all,

The plain page after my title page by default takes the page number and
header. How can I remove this?? In principle, it should be totally blank.
This problem is also there in all plain pages throughout my document e.g a
plain page between chapters if any.

I am using document class: Book
I tried the following command in the preamble :

\fancypagestyle{plain}{

\fancyhead{}

\fancyfoot{}

\renewcommand{\headrulewidth}{0pt}


But this command only removes the header from chapter title pages but not
from plain pages.


Please help me.


Regards

Dhriti


Re: Header in plain page

2012-01-11 Thread Marcelo Acuña
>
The plain page after my title page by default takes the page number and header. 
How can I remove this?? In principle, it should be totally blank. This problem 
is also there in all plain pages throughout my document e.g a plain page 
between chapters if any.

I am using document class: Book
I tried the following command in the preamble :
\fancypagestyle{plain}{
\fancyhead{}
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}

But this command only removes the header from chapter title pages but not from 
plain pages.


Hi,
 try with a ERT with:

\thispagestyle{empty}

or something else

Marcelo