Search found 2 matches

by mlle-f
Sat May 10, 2014 2:19 pm
Forum: Text Formatting
Topic: about index
Replies: 3
Views: 2487

about index

\documentclass[12pt, french, fancyChapter, fancyPart, squeezeCommittee]{these-LUNAM}
\maketitle
\selectlanguage{english}

\frontmatter
\tableofcontents

\chapter*{Acknowledgements}
.....

\mainmatter
\chapter*{Introduction}
....

Sorry, I am really new in latex. I want table of the contents like ...
by mlle-f
Fri May 09, 2014 11:17 pm
Forum: Text Formatting
Topic: about index
Replies: 3
Views: 2487

about index

Hi!

I have a problem about my table of contents. I am creating it before acknowledgements. I don't want to give a chapter number to introduction, but I want it to takeplace in table of contents.

\maketitle
\tableofcontents
\acknowledgements
\chapter*{introduction}


moreover, while I am writing ...