Search found 5 matches
- Wed Feb 15, 2012 6:07 pm
- Forum: Page Layout
- Topic: fancyhdr | Problem with Sections in Header
- Replies: 8
- Views: 8070
Re: fancyhdr | Problem with Sections in Header
That works beautifully, thanks very much.
- Wed Feb 15, 2012 5:58 pm
- Forum: Page Layout
- Topic: fancyhdr | Problem with Sections in Header
- Replies: 8
- Views: 8070
- Wed Feb 15, 2012 5:49 pm
- Forum: Page Layout
- Topic: fancyhdr | Problem with Sections in Header
- Replies: 8
- Views: 8070
Re: fancyhdr | Problem with Sections in Header
This is just redefining the section command so that it doesn't come up with a section number (without this line it would come up with "1.1 name of section", this way it only shows the section name). The negative hspace is simply removing the indent
- Wed Feb 15, 2012 5:38 pm
- Forum: Page Layout
- Topic: fancyhdr | Problem with Sections in Header
- Replies: 8
- Views: 8070
fancyhdr | Problem with Sections in Header
Good point, apologies.
Here is the code. I think the problem lies in the re-definition of the section, but I have no idea how to solve it. In the header on the last page, it doesn't say "Short title of sec" but puts a dot in front of it so it reads ". Short title of sec". Any help is much ...
Here is the code. I think the problem lies in the re-definition of the section, but I have no idea how to solve it. In the header on the last page, it doesn't say "Short title of sec" but puts a dot in front of it so it reads ". Short title of sec". Any help is much ...
- Tue Feb 14, 2012 6:50 pm
- Forum: Page Layout
- Topic: fancyhdr | Problem with Sections in Header
- Replies: 8
- Views: 8070
fancyhdr | Problem with Sections in Header
Hi I am using fancyhdr for a book. I am using both \leftmark, which is working fine putting the chapter names on the header, and \rightmark, which is giving me a problem: it does put the section names in, as it should, but it adds a dot to the left. I am quite lost.