I'm working on a report and i found two solution for put introduction and conclusion in the TOC without count them as chapters:
Code: Select all
%Solution 1 :
\chapter*{Introduction}
\addstarredchapter{Introduction}
%Solution 2 :
\chapter*{Introduction}
\addcontentsline{toc}{chapter}{Introduction}
Does there exist a workaround for that ?
Thank you in advance for your helps !