I've tried the following:
++++++++++++++++++++++
\tableofcontents
\listoffigures
\addcontentsline{toc}{chapter}{List of Figures}
\listof{example}{List of Examples}
\addcontentsline{toc}{chapter}{List of Examples}
+++++++++++++++++++++++
However, if the list of figures has more than one page,
then in the contents appears the number of the last page (instead of
the first one) of the list of figures.
If I move the addcontents line before, as follows:
+++++++++
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
+++++++++
Then I get the page number of the previous section (in this case, the
last page number of the table of contents)
So, how to correctly include "List of figures" in the table of
contents?
Many thanks,
DAvid
Add \cleardoublepage before \addcontentsline and then put \listof...
Ciao
Enrico