I need to set up two types of appendixes: Appendixes and Annexes
They must appear as "Appendix A - Title of Appendix A", etc, and "Annex A - Title of Annex A", etc. in the chapter head (which I managed to do with a \renewcommand{\appendixname}{Annex}.)
I also need that they appear that way in the table of contents... but a \renewcommand{\cftappendixname}{Annex} works globally...
`to mark your inline code as I did in my edit – Gonzalo Medina Jun 1 '11 at 0:12