GeneralLatex: chapter headings

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
workerbee
Posts: 43
Joined: Sat Nov 22, 2008 1:53 am

Latex: chapter headings

Post by workerbee »

I was wondering if there was a way to shorten the chapter heading placed at the top of the pages (in the image, the boxed red text) without shortening the full title that's at the beginning of the chapter? Does anyone have any suggestions? Any response would be greatly appreciated. Thanks!
Attachments
chapter-heading.jpg
chapter-heading.jpg (93.62 KiB) Viewed 3355 times

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Latex: chapter headings

Post by frabjous »

I believe most document classes support an optional parameter to \chapter to set a short chapter name for headers, i.e.:

\chapter[short chapter name]{full chapter name}

But I think the precise result of using that will depend on precisely what document class you're using, and what packages, if any, you're using to do the headers. It might be helpful to know that.

I don't have a lot of experience with this personally, however, so someone else may know more.
workerbee
Posts: 43
Joined: Sat Nov 22, 2008 1:53 am

Re: Latex: chapter headings

Post by workerbee »

Thanks so much! I was using the book document class. I tried out your suggestion and it worked fabulously. Thanks, again :)
Post Reply