Page LayoutCaption in TOC in multiple lines

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
amiruw
Posts: 7
Joined: Wed Mar 17, 2010 8:59 pm

Caption in TOC in multiple lines

Post by amiruw »

I’ve a question and I really appreciate your help.

The captions of my figures and tables are so long so that in the Table of Contents (TOC), these captions exceed the page limit. A short caption is not desired, instead, I want to have the captions in TOC in multiple lines. The same holds for the title of my chapters in TOC. How can I do that? Is there any conflict between different packages in this regard? Has my problem something to do with subfigure or float packages? Thanks very much in advance.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Caption in TOC in multiple lines

Post by gmedina »

Hi,

without some relevant code (in the sense a minimal working example (MWE)), all we can do is to guess. Perhaps you are using the hyperref package and forgot to activate the breaklinks option; if this is so, load hyperref using something like

Code: Select all

\usepackage[breaklinks=true]{hyperref}
If that doesn't solve your problem, please post a MWE.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
amiruw
Posts: 7
Joined: Wed Mar 17, 2010 8:59 pm

Re: Caption in TOC in multiple lines

Post by amiruw »

Yes, it works. Thank you so much.
Post Reply