On Wednesday, 12. February 2003 02:04, Michael Jaeger wrote: | Hi, | | I've got a problem with a document using the book (komascript) class: | | Using the following pagystyle definition: | | \pagestyle{fancyplain}% | \renewcommand{\chaptermark}[1] {\markboth{#1}{}}% | \renewcommand{\sectionmark}[1] {\markright{\thesection\ #1}}% | \lhead[\fancyplain{}{}]{\fancyplain{}{\rightmark}}% | \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}% | \cfoot{\thepage} % | | everything works fine, but I've got a list of tables and after this, on the | next page, I've got a list of abbreviations where I chose the chapter* | environment to format the heading "List of abbreviations". Now, this list | is two pages long and on the second page the headline still says "List of | Tables". I tried so many combinations but I could not find out how to | change the headline to "List of Abbreviations".
FYI, I found a quite dirty solution for this problem: On the abbreviation-page I used the following ERT \lhead[\fancyplain{}{}]{List of abbreviations} On the next page I redefined the \lhead to its original value. Michael.