Page LayoutChapter title in header too long

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
snowbb451
Posts: 11
Joined: Tue Jan 12, 2010 12:39 am

Chapter title in header too long

Post by snowbb451 »

Hi!

I'm using the memoir class to format a book, and on some chapters, the title of the chapter is too long to fit in the header, forcing it to overlap the page number. aside from changing the chapter title itself, can I change just the title in the header for that chapter?

Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Chapter title in header too long

Post by gmedina »

Hi,

use the optional argument of \chapter:

Code: Select all

\chapter[Short title]{Long title}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
snowbb451
Posts: 11
Joined: Tue Jan 12, 2010 12:39 am

Re: Chapter title in header too long

Post by snowbb451 »

Thanks again, gmedina.

I'm sure I'll be in need of assistance again.
Post Reply