Hi!
How i can add nonnumbered chapter to my contents, or my abstract to that table.
Thanks
General ⇒ Add to table of contents
Add to table of contents
Last edited by muath on Tue Jul 20, 2010 5:38 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

Add to table of contents
Hi,
you can use the command \addcontentsline; a little example:
you can use the command \addcontentsline; a little example:
Code: Select all
\documentclass{book}
\begin{document}
\tableofcontents
\chapter*{A starred chapter}
\addcontentsline{toc}{chapter}{A starred chapter}
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...