Graphics, Figures & Tables ⇒ spacing in list of figures
spacing in list of figures
I have attached an image for a better understanding of my problem. In the attached image you can see that the description for figure 2.6 and 3.5 extends to a 2nd line. I would like to have a single space in such situations while keeping double spacing if the description does not extend into the second line.
I hope my explanation was clear enough. I would appreciate any help.
Thanks,
Sameer
- Attachments
-
- lof.JPG (114.92 KiB) Viewed 4212 times
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
-
torbjorn t.
- Posts: 162
- Joined: Wed Jun 17, 2009 10:18 pm
spacing in list of figures
Code: Select all
\caption[short caption for lof]{long caption for figure}Re: spacing in list of figures
Re: spacing in list of figures
since, apparently, you are changing the standard interline space, we will need to see some
relevant parts of your actual code, in order to provide effective help. Please post a minimal
compilable example showing all the aspects relevant to your problem (documentclass used,
any changes made to the interline space, etc.)
Re: spacing in list of figures
spacing in list of figures
the .cls file that you attached uses really obsolete packages (fancyheadings, doublespace, for example);
furthermore, the style file (thesis.sty) has some coding mistakes that originate errors during compilation;
one example of those mistakes can be found in lines 175ff:
Code: Select all
\def\loadAbstract#1{
\chapter*{\normalfont #1}
\begin{center}
\singlespace
%{\uppercase{\@author}}: {\@title}. (Under the direction of \uppercase{
%})
\normalfont{\normalsize{}}: }})
\end{center}
\par
\parindent=5mm
}the style file.