latex - How to change font size without affecting TOC? -
i'm writing study in latex , made table of contents. in text, increment font size of chapters, , sections. actually, utilize :
\chapter{\large blah blah blah}
\section{\normalsize blih blih blih}
but write "blah blah blah" in \large, , "blih blih blih" in \large. if that, changes font size in toc...
use sectsty
package. see more details here: change size of section, subsection, subsubsection, paragraph , subparagraph title.
if sectsty doesn't work you, , can't find bundle work, can modify .cls
file alter default font size of these elements.
another alternative quick hack setting \def\large{} \def\normalsize{}
above \tableofcontents
:
{\def\large{} \def\normalsize{} \tableofcontents}
latex toc
No comments:
Post a Comment