Dear MikTeX users,
is it possible to include the references for the list of figures (LOF) and
the list of tables (LOT) into the table of contents(TOC)?
I use something like:
.
.
.
\pagenumbering{Roman}
\tableofcontents
\makeatletter
\setlength{\cftfignumwidth}{2em}
\makeatother
\clearpage
\listoffigures
\clearpage
\listoftables
\cleardoublepage
.
.
Chapter 1 then starts with \pagenumbering{arabic}
By this, the table of contents starts with e.g. Chapter 1 on page xy and
does NOT include the references for the LOF and LOT!
I would like to format the TOC like:
________________________________________
Table of Contents
List of Figures......................III
List of Tables.......................IV
Chapter 1..............................1
Chapter 2.............................20
etc..
_________________________________________
How can I do this????
Thanks for your help!!!!
Regards,
Christoph Hoh
|