Page LayoutHeader

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Georg

Header

Post by Georg »

Hello,
I'm using fancy chapter - Glen. The problem is it not shows title heads in every page. Sometimes it misses the header text. Is there any solution for it?
Many thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Header

Post by Stefan Kottwitz »

Hi Georg,

is in missing on chapter starting pages? They are usually different, without header, because of already huge chapter title headings (no need to repeat them in a header).

Perhaps post a code example that doesn't work, so it can be figured out.

Stefan
LaTeX.org admin
Georg

Header

Post by Georg »

Hi Stefan,
thanks for your feadback. The code is normal: \usepackage[Glenn]{fncychap} .
why sometimes it includes the header and sometimes does not? Is there any solution that it must show headers to every page?
Georg

Header

Post by Georg »

Hi Stefan,
Is this problem because of \mainmetter also?
Yes they are: "missing on chapter starting pages" and very rare in the middle pages.
Chapter headings are not so huge.

Thanks a lot
Georg

Header

Post by Georg »

Hi Stefan,
do you have any ideas how to solve this problem?

Thanks a lot
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

Header

Post by Stefan Kottwitz »

For example

Code: Select all

\makeatletter
\let\ps@plain\ps@headings
\makeatother
or if you use fancyhdr

Code: Select all

\makeatletter
\let\ps@plain\ps@fancy
\makeatother
Stefan
LaTeX.org admin
Georg

Header

Post by Georg »

Dear Stefan,
I will check and then we will talk again.
Thank you.
Georg

Header

Post by Georg »

Hi Stefan,
thanks but your suggestion is not working. I'm using scrlayer-scrpage. I saw the header is not appearing in even pages. How it is possible to show it also in even pages?
Thank you
Georg

Header

Post by Georg »

Is it possible to use \automark[chapter]{chapter} in a separate chapter?
Or we need to have two styles for it?
Thanks a lot.
Georg

Header

Post by Georg »

It seems there is noone who can give a right answer except Stefan!!!
Post Reply