I've got a big issue in my report. Actually, I try to modify the TOC by replacing the standard :
1 Title 1.........#
2 Title 2.........#
A Title A.........#
etc.
bye
Chapter 1 Title 1............#
Chapter 2 Title 2............#
Appendix A Title A...........#
etc.
So I used the package \titletoc with the following code :
Code: Select all
\titlecontents{chapter}[6pc]{\addvspace{1pc}}
{\contentslabel[\chaptername~ \thecontentslabel]{6pc}}
{}{\hfill\contentspage}
Anyone has an idea ?? Thks !