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
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.
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.
\chapterredefines headers style to empty or plain, so maybe you would need to redefine\chapter. – Eddy_Em Mar 4 at 6:36plain, you can create your own\chapter-page specific style (or duplicate any other), and adapt\chapterto use that style instead ofplainvia a patch (andetoolbox)... – Werner Mar 4 at 6:44