I am beginner in latex and I want to format the title of my appendix in the TOC. I want to use subsection to add appendix in my TOC with the format example as below :
However I have not find the solution to add "Appendix" before the letter of the subsection and ":" after it.1 Title 1 (section) . . . . . . . . . . . . . . . . . . . . . . 1
2 Title 2 (section) . . . . . . . . . . . . . . . . . . . . . . 2
3 Title 2 (section) . . . . . . . . . . . . . . . . . . . . . . 3
3.1 Title 3.1 (subsection) . . . . . . . . . . . . . . . . . 4
3.2 Title 3.2 (subsection) . . . . . . . . . . . . . . . . . 5
APPENDICES . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Appendix A : Title appendix A (subsection) . . . . . 7
Appendix B : Title appendix B (subsection) . . . . . 8
I think that the solution is to use the tocloft package but I don't know how.
Thank you for your help.