Search found 3 matches
- Sat Oct 03, 2009 10:50 pm
- Forum: Page Layout
- Topic: Multi-line (section) headers?
- Replies: 5
- Views: 30176
Re: Multi-line (section) headers?
That's great thanks! There were a few things I wanted to change in the headers actually, but I didn't think fancyhdr would do that as well. Thanks!
- Sat Oct 03, 2009 8:15 pm
- Forum: Page Layout
- Topic: Multi-line (section) headers?
- Replies: 5
- Views: 30176
Multi-line (section) headers?
What I have now is like the following (I have set it as A5 to make the problem more obvious):
\documentclass[a5paper,english]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{blindtext}
\setcounter{secnumdepth}{1}
\setcounter{tocdepth}{1}
\begin{document}
\tableofcontents ...
\documentclass[a5paper,english]{book}
\usepackage[T1]{fontenc}
\usepackage[utf8x]{inputenc}
\usepackage{blindtext}
\setcounter{secnumdepth}{1}
\setcounter{tocdepth}{1}
\begin{document}
\tableofcontents ...
- Sat Oct 03, 2009 6:08 pm
- Forum: Page Layout
- Topic: Multi-line (section) headers?
- Replies: 5
- Views: 30176
Multi-line (section) headers?
I'm having a bit of trouble with some of my section headers. A lot of them are very long, and as a result get pushed over the margins, also moving the page number. I have a line break(\\) in them anyway, because I want part of the section names to be on new lines both at the section title, and in ...