Theses, Books, Title pages ⇒ Appendices in ToC
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Appendices in ToC
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Appendices in ToC
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
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Appendices in ToC
>> 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
