Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
  I start new book with koma-script and option fancy headings.

  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?

The best advice is probably to read the fancy headings documentation. :-)
With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In  Document  Settings I selected koma-script book and in Page 
Style  Headings and Footer Style I left Default option.

When I compile I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS Contents

This is the problem.

Marcelo

Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
  I start new book with koma-script and option fancy headings.

  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?

The best advice is probably to read the fancy headings documentation. :-)
With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In  Document  Settings I selected koma-script book and in Page 
Style  Headings and Footer Style I left Default option.

When I compile I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS Contents

This is the problem.

Marcelo

Re: headers with fancy option are repeated beyond TOC

2012-08-31 Thread Marcelo Acuña
>>  I start new book with koma-script and option fancy headings.

>>  I put TOC after dedication and noted that headers are printed in page
>> of Introduction.
>>  How I can solve this problem?

>The best advice is probably to read the fancy headings documentation. :-)
>With that said when I use koma-script I defined the headings for normal
>pages and also for "empty" style pages by enclosing the definition on
>\fancypagestyle . [...]

Excuse me, I will try to explain the problem better.
I have title page, TOC, a chapter*, and then, chapters.
In > Document > Settings I selected koma-script book and in Page 
Style > Headings and Footer Style I left "Default" option.

When I "compile" I can see:

page 1: Title and author page
page 2: blank
page 3: TOC
page 4: first page of Introducction
page 5: second page of Introducction BUT IN HEADERS APPEARS "Contents"

This is the problem.

Marcelo

Re: headers with fancy option are repeated beyond TOC

2012-08-30 Thread José Matos
On 08/29/2012 03:28 PM, Marcelo Acuña wrote:
 Hi,
  I start new book with koma-script and option fancy headings.
  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?


The best advice is probably to read the fancy headings documentation. :-)

With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle .

Something like:

\fancypagestyle{plain}{%

\fancyhf{} % clear all header and footer fields

\renewcommand{\headrulewidth}{0.0pt}

\renewcommand{\footrulewidth}{0pt}
}


I am not sure if this helps but here you have my 0.02€. :-)

Regards,

-- 
José Matos



Re: headers with fancy option are repeated beyond TOC

2012-08-30 Thread José Matos
On 08/29/2012 03:28 PM, Marcelo Acuña wrote:
 Hi,
  I start new book with koma-script and option fancy headings.
  I put TOC after dedication and noted that headers are printed in page
 of Introduction.
  How I can solve this problem?


The best advice is probably to read the fancy headings documentation. :-)

With that said when I use koma-script I defined the headings for normal
pages and also for empty style pages by enclosing the definition on
\fancypagestyle .

Something like:

\fancypagestyle{plain}{%

\fancyhf{} % clear all header and footer fields

\renewcommand{\headrulewidth}{0.0pt}

\renewcommand{\footrulewidth}{0pt}
}


I am not sure if this helps but here you have my 0.02€. :-)

Regards,

-- 
José Matos



Re: headers with fancy option are repeated beyond TOC

2012-08-30 Thread José Matos
On 08/29/2012 03:28 PM, Marcelo Acuña wrote:
> Hi,
>  I start new book with koma-script and option fancy headings.
>  I put TOC after dedication and noted that headers are printed in page
> of Introduction.
>  How I can solve this problem?
>

The best advice is probably to read the fancy headings documentation. :-)

With that said when I use koma-script I defined the headings for normal
pages and also for "empty" style pages by enclosing the definition on
\fancypagestyle .

Something like:

\fancypagestyle{plain}{%

\fancyhf{} % clear all header and footer fields

\renewcommand{\headrulewidth}{0.0pt}

\renewcommand{\footrulewidth}{0pt}
}


I am not sure if this helps but here you have my 0.02€. :-)

Regards,

-- 
José Matos



headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul




headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul




headers with fancy option are repeated beyond TOC

2012-08-29 Thread Marcelo Acuña
Hi,
 I start new book with koma-script and option fancy headings.
 I put TOC after dedication and noted that headers are printed in page of 
Introduction.
 How I can solve this problem?




 
Marcelo Acuña
visitá mi sitio web http://www.aleph-uno.com.ar
==

Re: headers with fancy option are repeated beyond TOC

2012-08-29 Thread Paul A . Rubin
I don't know if it helps here, but in general you can put \thispagestyle{empty}
in ERT and switch the style of just the page in which it appears.

Paul