I have only one appendix in my report. But it appears in the table of contents and title page as Appendix A. How can I change it to APPENDIX?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
As commented above (by me and Harish Kumar), you can use
Note also the daleif's comment. |
|||||
|
\chapter*{Appendix}. – Sigur Dec 28 '12 at 12:42\addcontentsline{toc}{chapter}{\appendixname}to get appendix entry inTOC– Harish Kumar Dec 28 '12 at 12:46\phantomsectionbefore\addcontentslineif you are usinghyperref– daleif Dec 28 '12 at 13:00