I have a 400 page document in Lyx 2.1, book(standard class), using default settings. The \chapter headings appear in all caps in the header, but the \chapter* headings (which I manually add to the TOC and including headings using \markboth) appear as normal italic lowercase. Is there a simple way of making them both the same?
I do know that the fancyhdr (or something similar) package was invented for this purpose, but the book is going for printing tomorrow (large commercial publisher) and I cannot risk any major change as it has already been proof-read. I would like to simple change the few headings that need to be changed without any reformatting.
Many thanks in advance.
\markboth{\MakeUppercase <leftmark>}{\MakeUppercase <rightmark>}or something the like, not tested, because missing minimal working example (MWE). – Johannes_B Aug 25 '14 at 17:11