On 30 Nov, Raphael GURLIE wrote:

> So, is there a way to get the Introduction and Conclusion indexed in
> the toc, not considered as Chapter 1 and N ??
> 

Yes I know one way - but you will need to go into TEX mode. In tex mode,
use

\addcontentsline{toc}{chapter}{foo}

where foo = the name of your chapter (introduction and conclusion),
obviously!

This will add foo to the table of contents as a chapter. 

Use this in conjunction with the Chapter* style.

Tony



Reply via email to