I need to use titletoc package, for an Index that will be like:
1 {Title chapter}
1.1 {Title section}
1.1.1 (title subsection}/1.1.2{title second subsection}
1.2{Title second section}....
The titletoc's package don't help me! It change the section and the chapter but don't change the subsection (that is what I really need to change)
wher's my mistake?
I write:
\usepackage{titletoc}
\titlecontents*{subsection}[4.8em]
{\small}
{\thecontentslabel.}
{}
{,\thecontentspage}[.---][.]
like write Javier Bezos in his package...but nothing!!!
I think that the problem may be that I've renamed \thesection and \thesubsection...bho.
Help me please! (I'm Italian, so exscuse me for my bad english!)
