On my "List of Tables" page, the descriptions of tables don't wrap. Instead, the text proceeds on the same line all the way to the far-right margin of the page (past the point where the page number of tables is usually set), where it is truncated.
This has worked very well on another report, but something in my styling is different here. I would rather not attempt to create shortened descriptions for the list of tables; this is a fragile solution, broken by any number of general formatting adjustments.
I am using the ociamthesis style file, and invoking a list of tables with:
\documentclass[a4paper,titlepage]{ociamthesis}
...
\begin{document}
...
\begin{romanpages}
\tableofcontents
\listoftables
\listoffigures
\end{romanpages}
What can I change to encourage correct wrapping of the table descriptions?
\caption[Short caption for \listoftables]{Actual caption which sounds like it is quite long}– cmhughes Dec 4 '11 at 21:37breaklinksto its options. – Thorsten Donig Dec 4 '11 at 21:43