Mark Schuppert wrote:
> 
> I would like to simply put the chapter/sectionname in the centre header with
> \chead. But what is it called like in the given fancy-header pagestyle?

put in latex preamble

\renewcommand\chaptermark[1]{%
  \markright{#1}{}}
\fancyhead{}% delete the defaults
\chead{\rightmark} %
%
%\fancyhead[CE,CO]{\rightmark} % i prefer this one
%

Herbert

-- 
[EMAIL PROTECTED]
http://perce.de/lyx/

Reply via email to