0

I am writing a report in Latex, I am using Latexila. I wonder how can I display a section (defined by \chapter*{Introduction}) in my able of contents. In fact, the table of content doesn't show (Introduction) when I compile and I execute the PDF. Any Idea?

moewe
  • 175,683
Sino
  • 41
  • 1
    Write \addcontentsline{toc}{chapter}{Introduction} after the \chapter*{Introduction} command. – sodd Aug 21 '15 at 11:56
  • Is there a particular reason for you to use \chapter* instead of \chapter? – campa Aug 21 '15 at 11:57
  • @campa Yeah, I have to repect the protocol of (writing reports ) in my school. Introduction, abstract & acknowledgments must not be numeroted.

    Thanks to all

    – Sino Aug 21 '15 at 12:00

0 Answers0