I have searched this forum, googled, plus read the tocloft documentation but could not find a solution nor find anybody else having the same problems as I have. I am using the tocloft package which works brilliantly for my ToC but most commands seems to have no effect on my LoF and LoT.
I have attached the full tex file. The part not working is this:
Code: Select all
\makeatletter
%\renewcommand{\cftfigfont}{\hfill\bfseries}
\renewcommand{\cftfigleader}{}
\renewcommand{\cftfigafterpnum}{\cftparfillskip}
\renewcommand{\cftsubfigleader}{}
\renewcommand{\cftsubfigafterpnum}{\cftparfillskip}
\makeatother
[...]
\makeatletter
\renewcommand{\cfttableader}{}
\renewcommand{\cfttabafterpnum}{\cftparfillskip}
\renewcommand{\cftsubtableader}{}
\renewcommand{\cftsubtabafterpnum}{\cftparfillskip}
\makeatother
Code: Select all
\makeatletter \renewcommand{\l@figure}{\@dottedtocline{0}{0em}{2.3em}}
\renewcommand{\l@table}{\@dottedtocline{0}{0em}{2.3em}}
Please let me know what I am doing wrong.
Best regards, Karianne