Page Layout ⇒ Caption in TOC in multiple lines
Caption in TOC in multiple lines
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.
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
Caption in TOC in multiple lines
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}