General ⇒ overfull hboxes in tableofcontents
overfull hboxes in tableofcontents
\renewcommand{\@pnumwidth}{1.75em}
but there are a few left that are caused by the section number being too long (i.e. C.10.).
What is the parameter to modify to increase the box for the section number? (I tried guessing:
snumwidth, secnumwidth, but no luck)
Thanks, Tara
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
overfull hboxes in tableofcontents
welcome to the board!
Have a look at the document class file you are using, the macro \l@section should be responsible for displaying the section entries in the toc.
In general one could use the tocloft package to solve such problems.
Stefan
overfull hboxes in tableofcontents
as Stefan_K mentioned, using a package to change the ToC (or the LoF, or the LoT) can save you a lot of time. An alternative to tocloft can be the titletoc package.