Re: page header does not appear on all pages

2006-12-09 Thread Juergen Spitzmueller
dannoritzer wrote:
  The header appears in some pages and then not in other
 pages. I understand that it is automatically suppressed for the title
 page and the table of content for example. But in my case it does not
 appear in the regular chapters.

If you refer to the fact that the header is suppressed for the first page of a 
chapter: this is intentional (and is also what you usually find in typeset 
books).

If you want to change it, try
\renewcommand*{\chapterpagestyle}{headings}
(but you won't get the chapter title printed in the heading, scan the KOMA 
manual for \chapterpagestyle for an explanation).

Jürgen


Re: page header does not appear on all pages

2006-12-09 Thread Juergen Spitzmueller
dannoritzer wrote:
  The header appears in some pages and then not in other
 pages. I understand that it is automatically suppressed for the title
 page and the table of content for example. But in my case it does not
 appear in the regular chapters.

If you refer to the fact that the header is suppressed for the first page of a 
chapter: this is intentional (and is also what you usually find in typeset 
books).

If you want to change it, try
\renewcommand*{\chapterpagestyle}{headings}
(but you won't get the chapter title printed in the heading, scan the KOMA 
manual for \chapterpagestyle for an explanation).

Jürgen


Re: page header does not appear on all pages

2006-12-09 Thread Juergen Spitzmueller
dannoritzer wrote:
>  The header appears in some pages and then not in other
> pages. I understand that it is automatically suppressed for the title
> page and the table of content for example. But in my case it does not
> appear in the regular chapters.

If you refer to the fact that the header is suppressed for the first page of a 
chapter: this is intentional (and is also what you usually find in typeset 
books).

If you want to change it, try
\renewcommand*{\chapterpagestyle}{headings}
(but you won't get the chapter title printed in the heading, scan the KOMA 
manual for \chapterpagestyle for an explanation).

Jürgen


page header does not appear on all pages

2006-12-08 Thread dannoritzer
Hi,

I tried to add a header with image to a document based on the KOMA
report class. I followed the explanation in the FAQ:

http://wiki.lyx.org/FAQ/Unsorted#toc66

and it works fine for one document, but in another document I have some
strange behavior. The header appears in some pages and then not in other
pages. I understand that it is automatically suppressed for the title
page and the table of content for example. But in my case it does not
appear in the regular chapters.

This is the preamble I am using for it:

\usepackage{graphicx}
\newsavebox{\mygraphic}
\savebox{\mygraphic}{\includegraphics{oc_logo} OpenCores}
\lhead{\usebox{\mygraphic}}

One thing I did different in the document is that I changed the page
numbering to Roman numbers for the beginning of the document and then
changed from the 1st chapter back to arabic numbering, setting the page
count back to 1.

I added the documents to this page: http://graf-danno.de/lyx/

Here is the link to the PDF document:
http://graf-danno.de/lyx/opencores.pdf

And here is the link to the respective LyX document:
http://graf-danno.de/lyx/opencores.lyx


I would appreciate any help about what I am doing wrong here.

I am using LyX 1.4.3 under Suse Linux.

Thanks in advance.

Cheers,

Guenter



page header does not appear on all pages

2006-12-08 Thread dannoritzer
Hi,

I tried to add a header with image to a document based on the KOMA
report class. I followed the explanation in the FAQ:

http://wiki.lyx.org/FAQ/Unsorted#toc66

and it works fine for one document, but in another document I have some
strange behavior. The header appears in some pages and then not in other
pages. I understand that it is automatically suppressed for the title
page and the table of content for example. But in my case it does not
appear in the regular chapters.

This is the preamble I am using for it:

\usepackage{graphicx}
\newsavebox{\mygraphic}
\savebox{\mygraphic}{\includegraphics{oc_logo} OpenCores}
\lhead{\usebox{\mygraphic}}

One thing I did different in the document is that I changed the page
numbering to Roman numbers for the beginning of the document and then
changed from the 1st chapter back to arabic numbering, setting the page
count back to 1.

I added the documents to this page: http://graf-danno.de/lyx/

Here is the link to the PDF document:
http://graf-danno.de/lyx/opencores.pdf

And here is the link to the respective LyX document:
http://graf-danno.de/lyx/opencores.lyx


I would appreciate any help about what I am doing wrong here.

I am using LyX 1.4.3 under Suse Linux.

Thanks in advance.

Cheers,

Guenter



page header does not appear on all pages

2006-12-08 Thread dannoritzer
Hi,

I tried to add a header with image to a document based on the KOMA
report class. I followed the explanation in the FAQ:

http://wiki.lyx.org/FAQ/Unsorted#toc66

and it works fine for one document, but in another document I have some
strange behavior. The header appears in some pages and then not in other
pages. I understand that it is automatically suppressed for the title
page and the table of content for example. But in my case it does not
appear in the regular chapters.

This is the preamble I am using for it:

\usepackage{graphicx}
\newsavebox{\mygraphic}
\savebox{\mygraphic}{\includegraphics{oc_logo} OpenCores}
\lhead{\usebox{\mygraphic}}

One thing I did different in the document is that I changed the page
numbering to Roman numbers for the beginning of the document and then
changed from the 1st chapter back to arabic numbering, setting the page
count back to 1.

I added the documents to this page: http://graf-danno.de/lyx/

Here is the link to the PDF document:
http://graf-danno.de/lyx/opencores.pdf

And here is the link to the respective LyX document:
http://graf-danno.de/lyx/opencores.lyx


I would appreciate any help about what I am doing wrong here.

I am using LyX 1.4.3 under Suse Linux.

Thanks in advance.

Cheers,

Guenter