I want to include the figure list and table list in the index of my article, similarly with others numbered sections. But, when I use the code below nothing happened. There are a way to do it?
\begin{document}
%-------------index--------------------
\newpage
\tableofcontents
\thispagestyle{empty}
\break
%---------figure list------
\listoffigures
\break
%---------table list------
\listoftables
\break
\end{document}