Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

correctly including "List of Figures" in the table of contents

1,859 views
Skip to first unread message

David Portabella

unread,
Aug 28, 2007, 4:45:11 PM8/28/07
to
How to correctly include the "List of Figures" in the table of
contents?

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

Enrico Gregorio

unread,
Aug 28, 2007, 4:50:29 PM8/28/07
to
David Portabella <david.po...@gmail.com> wrote:

Add \cleardoublepage before \addcontentsline and then put \listof...

Ciao
Enrico

0 new messages