0

I want to customize the list of figures. Here is my settings:

% Figures and table in the directories
\usepackage[titles]{tocloft}
\renewcommand{\cfttabpresnum}{Table }
\renewcommand{\cftfigpresnum}{Figure }
\renewcommand{\cftfigaftersnum}{:}
\renewcommand{\cfttabaftersnum}{:}
\settowidth{\cfttabnumwidth}{Table 10 \quad}
\settowidth{\cftfignumwidth}{Image 10 \quad}
\setlength{\cftfigindent}{0pt}  % remove indentation from figures in lof
\setlength{\cfttabindent}{0pt}  % remove indentation from tables in lot
\renewcommand\cftsecdotsep{\cftdotsep}

After certain figures the formatting becomes messy as shown: enter image description here

latex code for loading image:

\documentclass[a4paper, 11pt, twoside, numbers=noenddot, bibliography=numbered, numbered=liststotoc, toc=listofnumbered, captions=nooneline, fleqn, dvipsnames]{scrartcl}

% Adalam _tp_fp_suggested \begin{figure}[h] \centering \includesvg[width=\textwidth]{images/feature/dnn/affnet/_affnet_AdaLAM_tp_fp_suggested.svg} \caption{False Positives for DNN-based feature descriptors using AdaLAM Matcher} \label{fig: adalam_tp_fp_suggested_dnn} \end{figure}

Thanks in advance

RoSy8264
  • 1
  • 2

1 Answers1

0

Adding \settowidth{\cftfignumwidth}{Figure XIX.99\quad} worked.

RoSy8264
  • 1
  • 2