Search found 2 matches

by nbl
Fri Feb 06, 2015 12:41 am
Forum: Text Formatting
Topic: LaTeX toc numbering
Replies: 3
Views: 2534

Re: LaTeX toc numbering

Hello,

I work with the class book and it would be better for everyone (but for one still work, I have only 3 part).

For exemple, in the ToC I would like

My Part

Here it is without the Number. And inside the document,

First Part
My Part


If I use the solution with part*, it removes the number ...
by nbl
Fri Feb 06, 2015 12:08 am
Forum: Text Formatting
Topic: LaTeX toc numbering
Replies: 3
Views: 2534

LaTeX toc numbering

Hello everyone,

I would like to remove the part number in the ToC but while keeping the numerotation when the part appears in the document.

I mean that

\part*{My part}
\addcontentsline{toc}{part}{My part}

does not make it : I remove the number in the ToC but also in the document.

I looked a ...