Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I'm trying to figure out how to set my document so that my standard header is shown on every page including that of the chapters. The most common answer I've heard is to overwrite the plain header function, but I don't wa

share|improve this question
Such commands as \chapter redefines headers style to empty or plain, so maybe you would need to redefine \chapter. – Eddy_Em Mar 4 at 6:36
1  
Did you completely finish your question? Regardless, if you're not up for overwriting plain, you can create your own \chapter-page specific style (or duplicate any other), and adapt \chapter to use that style instead of plain via a patch (and etoolbox)... – Werner Mar 4 at 6:44

closed as too localized by lockstep, Thorsten, Kurt, cgnieder, Werner Apr 9 at 19:54

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.