Theses, Books, Title pages ⇒ Changing length of captions for List of Tables and Figures
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Changing length of captions for List of Tables and Figures
Currently, the length of the captions displayed in the List of Tables and List of Figures are quite long due to long captions in the thesis body. Is there a way to only have one line displayed, or a shortened version of the caption?
Cheers,
Tanya
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
Changing length of captions for List of Tables and Figures
Yep, there sure is! The template actually has an example of this for the single figure within it:
Code: Select all
\caption[An Electron]{An electron (artist's impression).}
Cheers,
Vel