Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Uwe Stöhr

Nikos Alexandris schrieb:


You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.


Because you used \pagestyle and not \thispagestyle wich affects only the current page. To get back 
to your original definition add a \pagestyle{headings} or \pagestyle{fancy}, resp..


regards Uwe


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Waluyo Adi Siswanto
I think the easiest way to make it automatically in every transition page is
by adding the following command in the preamble.
The result is very accurate to get a blank but counted in every transitional
page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
fancyhdr) chapter 15.

\def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\...@twocolumn\hbox{}\newpage\fi\fi\fi}


You can replace empty to plain if you still want the page number, not
completely blank.

Regards
was


On Sun, Feb 22, 2009 at 8:07 PM, Nikos Alexandris 
nikos.alexand...@felis.uni-freiburg.de wrote:

 Yago:
  You can use the ERT command \pagestyle{plain} before the list of
  figures command.

 It works :-). But it works for the whole document :D.
 How do I get them (the headings) back for the next chapters?






-- 
Waluyo Adi Siswanto, PhD
Dept. Engineering Mechanics
Univ. Tun Hussein Onn Malaysia (UTHM)
http://www.uthm.edu.my


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 10:04 +0800, Waluyo Adi Siswanto wrote:
 I think the easiest way to make it automatically in every transition page is
 by adding the following command in the preamble.
 The result is very accurate to get a blank but counted in every transitional
 page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
 fancyhdr) chapter 15.
 
 \def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
 \hbox{}
 \thispagestyle{empty}
 \newpage
 \...@twocolumn\hbox{}\newpage\fi\fi\fi}
 
 
 You can replace empty to plain if you still want the page number, not
 completely blank.
 
 Regards
 was

Thanks was. This looks like the proper way to go about it. I managed to
get it done by manually adding ERT's but, it's tedious to do so for all
chapters.

Kind regards, Nikos




Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Uwe Stöhr

Nikos Alexandris schrieb:


You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.


Because you used \pagestyle and not \thispagestyle wich affects only the current page. To get back 
to your original definition add a \pagestyle{headings} or \pagestyle{fancy}, resp..


regards Uwe


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Waluyo Adi Siswanto
I think the easiest way to make it automatically in every transition page is
by adding the following command in the preamble.
The result is very accurate to get a blank but counted in every transitional
page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
fancyhdr) chapter 15.

\def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\...@twocolumn\hbox{}\newpage\fi\fi\fi}


You can replace empty to plain if you still want the page number, not
completely blank.

Regards
was


On Sun, Feb 22, 2009 at 8:07 PM, Nikos Alexandris 
nikos.alexand...@felis.uni-freiburg.de wrote:

 Yago:
  You can use the ERT command \pagestyle{plain} before the list of
  figures command.

 It works :-). But it works for the whole document :D.
 How do I get them (the headings) back for the next chapters?






-- 
Waluyo Adi Siswanto, PhD
Dept. Engineering Mechanics
Univ. Tun Hussein Onn Malaysia (UTHM)
http://www.uthm.edu.my


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 10:04 +0800, Waluyo Adi Siswanto wrote:
 I think the easiest way to make it automatically in every transition page is
 by adding the following command in the preamble.
 The result is very accurate to get a blank but counted in every transitional
 page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
 fancyhdr) chapter 15.
 
 \def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
 \hbox{}
 \thispagestyle{empty}
 \newpage
 \...@twocolumn\hbox{}\newpage\fi\fi\fi}
 
 
 You can replace empty to plain if you still want the page number, not
 completely blank.
 
 Regards
 was

Thanks was. This looks like the proper way to go about it. I managed to
get it done by manually adding ERT's but, it's tedious to do so for all
chapters.

Kind regards, Nikos




Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Uwe Stöhr

Nikos Alexandris schrieb:


You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.


Because you used \pagestyle and not \thispagestyle wich affects only the current page. To get back 
to your original definition add a \pagestyle{headings} or \pagestyle{fancy}, resp..


regards Uwe


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Waluyo Adi Siswanto
I think the easiest way to make it automatically in every transition page is
by adding the following command in the preamble.
The result is very accurate to get a blank but counted in every transitional
page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
fancyhdr) chapter 15.

\def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
\hbox{}
\thispagestyle{empty}
\newpage
\...@twocolumn\hbox{}\newpage\fi\fi\fi}


You can replace empty to plain if you still want the page number, not
completely blank.

Regards
was


On Sun, Feb 22, 2009 at 8:07 PM, Nikos Alexandris <
nikos.alexand...@felis.uni-freiburg.de> wrote:

> Yago:
> > You can use the ERT command \pagestyle{plain} before the list of
> > figures command.
>
> It works :-). But it works for the whole document :D.
> How do I get them (the headings) back for the next chapters?
>
>
>
>


-- 
Waluyo Adi Siswanto, PhD
Dept. Engineering Mechanics
Univ. Tun Hussein Onn Malaysia (UTHM)
http://www.uthm.edu.my


Re: How can I get rid the headings out of some pages?

2009-02-23 Thread Nikos Alexandris
On Mon, 2009-02-23 at 10:04 +0800, Waluyo Adi Siswanto wrote:
> I think the easiest way to make it automatically in every transition page is
> by adding the following command in the preamble.
> The result is very accurate to get a blank but counted in every transitional
> page. This is discussed in fancyhdr.pdf (documentation of LaTeX packages
> fancyhdr) chapter 15.
> 
> \def\cleardoublepage{\clearpage...@twoside \ifod...@page\else
> \hbox{}
> \thispagestyle{empty}
> \newpage
> \...@twocolumn\hbox{}\newpage\fi\fi\fi}
> 
> 
> You can replace empty to plain if you still want the page number, not
> completely blank.
> 
> Regards
> was

Thanks was. This looks like the proper way to go about it. I managed to
get it done by manually adding ERT's but, it's tedious to do so for all
chapters.

Kind regards, Nikos




Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote:
 LyXers,
 
 in a document using book(KOMA-Script) the heading list of figures is
 repeated in 2-3 pages after the list of figures page.
 
 Why is that so?
Partially answering to myself: probably because I use Chapter* in the
next pages.

 How can I get rid of it?

 Regards, Nikos





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Yago
You can use the ERT command \pagestyle{plain} before the list of figures 
command.
- Original Message - 
From: Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de

To: lyx-users@lists.lyx.org
Sent: Sunday, February 22, 2009 12:27 PM
Subject: How can I get rid the headings out of some pages?



LyXers,

in a document using book(KOMA-Script) the heading list of figures is
repeated in 2-3 pages after the list of figures page.

Why is that so? How can I get rid of it?

Regards, Nikos


__ Information from ESET NOD32 Antivirus, version of virus 
signature database 3876 (20090221) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com







Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago:
 You can use the ERT command \pagestyle{plain} before the list of
 figures command.

It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Paul A. Rubin

Nikos Alexandris wrote:

Yago:

You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?



Try putting \pagestyle{headings} (or \pagestyle{fancy} if you were using 
fancyhdr) in ERT somewhere in the page where you want to resume headings.




Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote:
 LyXers,
 
 in a document using book(KOMA-Script) the heading list of figures is
 repeated in 2-3 pages after the list of figures page.
 
 Why is that so?
Partially answering to myself: probably because I use Chapter* in the
next pages.

 How can I get rid of it?

 Regards, Nikos





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Yago
You can use the ERT command \pagestyle{plain} before the list of figures 
command.
- Original Message - 
From: Nikos Alexandris nikos.alexand...@felis.uni-freiburg.de

To: lyx-users@lists.lyx.org
Sent: Sunday, February 22, 2009 12:27 PM
Subject: How can I get rid the headings out of some pages?



LyXers,

in a document using book(KOMA-Script) the heading list of figures is
repeated in 2-3 pages after the list of figures page.

Why is that so? How can I get rid of it?

Regards, Nikos


__ Information from ESET NOD32 Antivirus, version of virus 
signature database 3876 (20090221) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com







Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago:
 You can use the ERT command \pagestyle{plain} before the list of
 figures command.

It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Paul A. Rubin

Nikos Alexandris wrote:

Yago:

You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?



Try putting \pagestyle{headings} (or \pagestyle{fancy} if you were using 
fancyhdr) in ERT somewhere in the page where you want to resume headings.




Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
On Sun, 2009-02-22 at 12:27 +0100, Nikos Alexandris wrote:
> LyXers,
> 
> in a document using book(KOMA-Script) the heading "list of figures" is
> repeated in 2-3 pages after the "list of figures" page.
> 
> Why is that so?
Partially answering to myself: probably because I use "Chapter*" in the
next pages.

> How can I get rid of it?

> Regards, Nikos





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Yago
You can use the ERT command \pagestyle{plain} before the list of figures 
command.
- Original Message - 
From: "Nikos Alexandris" <nikos.alexand...@felis.uni-freiburg.de>

To: <lyx-users@lists.lyx.org>
Sent: Sunday, February 22, 2009 12:27 PM
Subject: How can I get rid the headings out of some pages?



LyXers,

in a document using book(KOMA-Script) the heading "list of figures" is
repeated in 2-3 pages after the "list of figures" page.

Why is that so? How can I get rid of it?

Regards, Nikos


__ Information from ESET NOD32 Antivirus, version of virus 
signature database 3876 (20090221) __


The message was checked by ESET NOD32 Antivirus.

http://www.eset.com







Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Nikos Alexandris
Yago:
> You can use the ERT command \pagestyle{plain} before the list of
> figures command.

It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?





Re: How can I get rid the headings out of some pages?

2009-02-22 Thread Paul A. Rubin

Nikos Alexandris wrote:

Yago:

You can use the ERT command \pagestyle{plain} before the list of
figures command.


It works :-). But it works for the whole document :D.
How do I get them (the headings) back for the next chapters?



Try putting \pagestyle{headings} (or \pagestyle{fancy} if you were using 
fancyhdr) in ERT somewhere in the page where you want to resume headings.