General ⇒ header and subsection problems
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
header and subsection problems
I am writing a book chapter. As you know in a book class, a header is automatically added to each page indicating the page number as well as the chapter name on even pages. The problem is that my title is very long, so on each even page, the title of the chapter appears not in full (some of it is out of the page), ow can I solve this problem? Another thing, sometimes when I create sections, subsections, subsubsections, there is sometimes a large space between the subsection and the paragraph that follows (for some of the subsections and not all of them)
Regards,
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
header and subsection problems
use the optional parameter of \chapter to give a short title for the toc and the heading:
Code: Select all
\chapter[short title]{long title}
Stefan
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am