I'm using the memoir document class and the babel package and I need to change the size of the "Table of Contents" heading or at least to make it bold. Is it possible?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
The ToC, LoF and LoT titles use the same format as the chapter titles, and
will be typeset according to the current
one gets
You can modify the appearance of the ToC, LoT, LoF titles either by using a different
|
||||
|
|
|
If you don't mind to add few extra lines, this would also do:
Altough, not as clean as Gonzalo Medinas answer. |
|||
|
|


\tableofcontentsin memoir is formatted as chapter title, that means the font size is larger and bold. – Heiko Oberdiek Sep 16 '12 at 18:52chapterstyles the chapter titles won't, for example, be bold. – Gonzalo Medina Sep 17 '12 at 2:46