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?
Asked
Active
Viewed 49 times
0
\addcontentsline{toc}{chapter}{Introduction}after the\chapter*{Introduction}command. – sodd Aug 21 '15 at 11:56\chapter*instead of\chapter? – campa Aug 21 '15 at 11:57Thanks to all
– Sino Aug 21 '15 at 12:00