Code: Select all
\DeclareCaptionType{figureA}[Fig2.][List of Figures 2]
\listoffigureAs
. This list though is formatted differently that the one being generated by \listoffigures
, for which I have used the following commands.
Code: Select all
\setlength{\cftfigindent}{0cm}
\renewcommand{\cftfigpresnum}{Abb. }
\setlength{\cftfignumwidth}{1.75cm}
\listoffigureAs
or tell me how I can format \listoffigureAs
in general?Thank you all in advance!