Discussion:
LOF and LOT into TOC
Hirotsugu Uchida
2006-12-07 16:21:08 UTC
Permalink
Hi everyone,

Thanks to those of you who kindly replied to my rather out-of-place
inquiry. As such, I though I should report the solutions I obtained for
it might be of use to others out there...

A suggestion offered from Kris was as follows:
-----------
\documentclass[listtotoc,A4paper]{scrrept}

\begin{document}
\tableofcontents %creates TOC
\listoffigures %creates LOF
\listoftables %creates LOT
....
\end{document}
-----------

For more info:
http://www.tug.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf

I have not tried this, but looks simpler than the one below, which is
the one I actually tried and worked:
---------------
\documentclass{report}

\begin{document}
...
\tableofcontents
\pagebreak
\addcontentsline{toc}{chapter}{List of Tables}
\listoftables
\pagebreak
\addcontentsline{toc}{chapter}{List of Figures}
\listoffigures
...
\end{document}
---------------
I found this at Google Group "comp.text.tex", which was suggested by
Martin. I've been using TXC for about three years now, but honestly I
did not know about this Google group! What a shame, but now I know its
existence...

Thanks again to Kris, Martin, and others who offered me the advice.

Hiro
--
************************************************
Hirotsugu (Hiro) Uchida
montezumanm-***@public.gmane.org (JPN/ENG)
uchida-***@public.gmane.org (ENG)

"Pessimism is a wrong use of imagination"
************************************************
Loading...