Hi,
In the table of contents, the appendices are listed as follows:
A: Appendix title here
B: Appendix title here
C: Appendix title here
See screenshot (http://imgur.com/QqqNSSg.png). Instead I want them to be listed in the following manner:
Appendix A: Appendix title here
Appendix B: Appendix title here
Appendix C: Appendix title here
Does anybody know how to do this? Thanks very much in advance to anybody who can help me out.
Cheers,
Latextemplatesuser
Theses, Books, Title pages ⇒ Appendices in ToC
NEW: TikZ book now 40% off at Amazon.com for a short time.

Appendices in ToC
Hey,
Add the following package to your preamble:
Then encase your Appendix chapters in the appendices environment like so:
That will print "Appendix A Appendix Title Here". I'll leave it to you to figure out how to add a colon after Appendix A if you want one
Cheers,
Vel
Add the following package to your preamble:
Code: Select all
\usepackage[titletoc]{appendix}
Code: Select all
\begin{appendices}
\input{Appendices/AppendixA}
\end{appendices}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Appendices in ToC
Thanks very much!
>> I'll leave it to you to figure out how to add a colon after Appendix A if you want one
Lol! Are you a mathematician by any chance? This is exactly how they write: ``The answer is obvious / trivial and will be left as an exercise for the reader.''
latextemplatesuser
>> I'll leave it to you to figure out how to add a colon after Appendix A if you want one
Lol! Are you a mathematician by any chance? This is exactly how they write: ``The answer is obvious / trivial and will be left as an exercise for the reader.''
latextemplatesuser
Re: Appendices in ToC
Haha, no just a biologist with very limited time 

Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com