These issues have been discussed extensively on this forum, unfortunately i have failed to fix them. I have the following issues:
- I would like to separate figure label and caption by a semicolon. Example: Figure 1: This is the first figure.
Remove default spacing between two figure listing from different chapters. Example:
Figure 1: This figure is from chapter 1
Figure 2: This figure is also from chapter 1
| %huge space
| %that should be removed
Figure 3: This figure is from chapter 2 and as a result, there is spacing between Figure 2 and Figure 3 listings.
Align on the same margin two or more sentences resulting from figure captions that are too long. Example:
Figure 1: This is figure caption is so long that it extends to the second line and by so doing it is aligned on a different margin as the the start of the first line.
What should I do based of the following piece of code?
\renewcommand{\listfigurename}{{\normalsize LIST OF FIGURES}}
\clearpage
\setlength{\cftbeforeloftitleskip}{-2em}
\begin{center}
\let\oldnumberline\numberline
\renewcommand{\numberline}{\figurename~\oldnumberline}
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\end{center}


\cftfignumwidthlarge enough to accommodate your largest figure number values. – Mike Renfro May 24 '18 at 02:11