Search found 7 matches

by Ile
Thu Aug 11, 2011 9:09 pm
Forum: Text Formatting
Topic: tocbibind | Capitalized Heading of LoF in ToC
Replies: 6
Views: 6721

Re: tocbibind | Capitalized Heading of LoF in ToC

I don't understand much of this style document either. It came with the thesis template and was supposed to make things simpler, except it hasn't been updated in years. I only know some of the things it does by reverse engineering.

Many thanks. Your solution works perfectly and without side ...
by Ile
Wed Aug 10, 2011 9:10 pm
Forum: Text Formatting
Topic: tocbibind | Capitalized Heading of LoF in ToC
Replies: 6
Views: 6721

tocbibind | Capitalized Heading of LoF in ToC

Hi,
Thank you. That solved the uppercase problem. I had tried something similar, but didn't have the correct wording.

I just discovered that using tocbibind has given me another problem to solve.

If I use
\usepackage{MYthesis}
\usepackage[nottoc]{tocbibind}

then I have correct page numbers ...
by Ile
Wed Aug 10, 2011 7:55 pm
Forum: Text Formatting
Topic: tocbibind | Capitalized Heading of LoF in ToC
Replies: 6
Views: 6721

Re: tocbibind | Capitalized Heading of LoF in ToC

Hi,


I am using \documentclass[12pt]{report}. I want both the heading of lof and its entry in ToC to be uppercase. I don't have any tables, but the same would apply to that.

I have noticed that the bibliography was changed to "REFERENCES" in the ToC using this command in the style file ...
by Ile
Wed Aug 10, 2011 6:10 pm
Forum: Text Formatting
Topic: tocbibind | Capitalized Heading of LoF in ToC
Replies: 6
Views: 6721

tocbibind | Capitalized Heading of LoF in ToC

Hi,

I have to put \usepackage[nottoc]{tocbibind} in the preamble of my thesis to get the correct page numbers for the lof and bib in the toc. Now the lof appears as "List of Figures" in the toc, but I want it to be "LIST OF FIGURES."

Is there an option to do that?
by Ile
Sat Aug 06, 2011 2:39 pm
Forum: Page Layout
Topic: Add extra Lines between Chapters but not Sections in ToC
Replies: 4
Views: 3690

Re: Add extra Lines between Chapters but not Sections in ToC

That works! Thank you so much.
by Ile
Sat Aug 06, 2011 4:03 am
Forum: Page Layout
Topic: Add extra Lines between Chapters but not Sections in ToC
Replies: 4
Views: 3690

Add extra Lines between Chapters but not Sections in ToC

Thank you for your reply. I did try something like this:
\def\@chapter[#1]#2{\ifnum \c@secnumdepth >\m@ne
\refstepcounter{chapter}%
\typeout{\@chapapp\space\thechapter.}%
\addcontentsline{toc}{chapter}%
{\protect\vskip 12\p@\numberline{\thechapter .}#1}
This does add the vertical space but ...
by Ile
Fri Aug 05, 2011 10:25 pm
Forum: Page Layout
Topic: Add extra Lines between Chapters but not Sections in ToC
Replies: 4
Views: 3690

Add extra Lines between Chapters but not Sections in ToC

Hi. I'm down to just two stumbling blocks before I can submit the final draft of my thesis.

The first problem I've already solved thanks to one of the older threads here. The second I can't find the answer to anywhere: how do I add extra lines between chapters in my Table of Contents without ...