I'm using KOMA-Script and my list of figures is after inserting it defined as a chapter. But I'd like to have it as a section.
So I made a lyx code box and made several tries to get it right but I failed everytime!
Can you help me?
I tried the following codes:
Code: Select all
\newcommand\listoffigures{% \section*{\listoffigurename}% \@mkboth{\MakeUppercase\listoffigurename}% {\MakeUppercase\listoffigurename}% \starttoc{lof}% }
Code: Select all
\addcontentsline{lof}{section}{List of figures} \listoffigures
Code: Select all
\setcounter{lofdepth}{2} \listoffigures
- (I thought this might work like bib@heading...
Code: Select all
\makeatletter \renewcommand*\lof@heading{ \section{\refname}} \makeatother
I'd be very thankful if someone helps me! Thank you!
