6
votes
2answers
255 views

List of figures as a section with number

How can I get the list of figures as a section in an article document, so it will be listed in the table of contents? At the moment it's listed in the ToC, but without number.
6
votes
2answers
3k views

article vs. report

\section{Section title here}} \subsection*{The subsection without numbers, but want it to appear in TOC} \addcontentsline{toc}{subsection}{The subsection without numbers, but want it to appear in TOC} ...