Search found 6 matches

by kund2463
Wed Feb 06, 2013 9:11 pm
Forum: Page Layout
Topic: Headers missing for ToC, LoF and LoT
Replies: 3
Views: 8301

Headers missing for ToC, LoF and LoT

localghost wrote:Probably this is not related to tocloft. The plain page style is the default on all chapter pages.
Correct. I had to use \thispagesytle{fancy} after my definitions for ToC, LoF, and LoT. Thanks for the help!

Matt
by kund2463
Tue Feb 05, 2013 10:38 pm
Forum: Page Layout
Topic: Headers missing for ToC, LoF and LoT
Replies: 3
Views: 8301

Headers missing for ToC, LoF and LoT

OK, here's about as minimal of an example as I can make.

First, compile it as it currently is. The output should be two pages, the ToC and the fake report body. You'll see that the ToC does not have the header or footer, but the report body page has both the header and footer.

Next, comment out ...
by kund2463
Tue Feb 05, 2013 5:59 pm
Forum: Page Layout
Topic: Headers missing for ToC, LoF and LoT
Replies: 3
Views: 8301

Headers missing for ToC, LoF and LoT

Hello,
I am having difficulties with a report that I am writing for work. I have been using the fancyhdr package to include headers and footers on all pages. No troubles with this whatsoever. More recently, I added the tocloft package to modify the spacing on the ToC. This seemed to be working great ...
by kund2463
Tue Dec 11, 2012 5:52 pm
Forum: Page Layout
Topic: Spacing for Heading Number in ToC
Replies: 4
Views: 3155

Re: Spacing for Heading Number in ToC

Scratch my last post. I'm going to dump the initial code I posted and use tocloft. Is it possible to put the dots between ToC entries and the numbers using tocloft?

Thanks!
by kund2463
Tue Dec 11, 2012 5:23 pm
Forum: Page Layout
Topic: Spacing for Heading Number in ToC
Replies: 4
Views: 3155

Spacing for Heading Number in ToC

Hi Thorsten,
Thanks for the suggestions and welcome. After playing more with the code I posted intially, I figured out that I could essentially duplicate it for subsections only modifying the first line: \renewcommand\l@subsection[2]{%
The problem is that now all of the subsections have the same ...
by kund2463
Mon Dec 10, 2012 11:23 pm
Forum: Page Layout
Topic: Spacing for Heading Number in ToC
Replies: 4
Views: 3155

Spacing for Heading Number in ToC

Hello,

I've been using this code in order to put dots between my ToC items and their respective page numbers:
\makeatletter
\renewcommand\l@section[2]{%
\ifnum \c@tocdepth >\z@
\addpenalty\@secpenalty
\addvspace{1.0em \@plus\p@}%
\setlength\@tempdima{1.5em}%
\begingroup
\parindent \z ...