I am using lyx to write my thesis with memoir class.
As i did not like the default headers/footers, i redefined them like this
Code: Select all
\uppercaseheads \nouppercaseheads
\makeevenhead{headings}{\slshape\leftmark}{}{}
\makeoddhead{headings}{}{}{\slshape\leftmark}
\makeevenfoot{headings}{\thepage}{}{}
\makeoddfoot{headings}{}{}{\thepage}
\makeheadrule{headings}{\textwidth}{\normalrulethickness}
I have headrule. I generally like the way the headrule is displayed (not in the chapter page, where there is no header; and not in the empty double pages, for example at the end of a chapter).
But for example it appears on the second page of the the ToC, LoF and LoT. As they are only 1 or 2 page long each, i removed their headers
Code: Select all
\markboth{}{}
How can i achieve this?
Thanks in advance for the help!