Hi LatexF,
I'm using the 'book' project type and have used the 'myheadings' command to put the numbering on the upper right side of the page. 'book' seems to have a default whereby the numbering remains at the bottom middle for pages where each chapter begins. does anyone know how to force this to not be so?
lnsamm22 thanks in advance
Text Formatting ⇒ Page Numbering on Chapter Pages
Page Numbering on Chapter Pages
Last edited by lnsam22 on Mon Aug 01, 2011 4:24 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Page Numbering on Chapter Pages
A very often discussed issue (about a thousand times). Use a package like fancyhdr or titlesec to redefine the »plain« page style. But this will supersede your »myheadings« page style. The Forum Search for sure yields appropriate solutions.
Thorsten
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Page Numbering on Chapter Pages
The chapter macro defined by the book class includes \thispagestyle{plain}. You could redefine the plain style, but if you load titlesec you can use \assignpagestyle{\chapter}{whatever} to make it use something else.lnsam22 wrote:Hi LatexF,
I'm using the 'book' project type and have used the 'myheadings' command to put the numbering on the upper right side of the page. 'book' seems to have a default whereby the numbering remains at the bottom middle for pages where each chapter begins. does anyone know how to force this to not be so?