Search found 1 match

by handel19
Sun Mar 16, 2014 6:32 pm
Forum: Document Classes
Topic: Numbering Appendix
Replies: 0
Views: 2524

Numbering Appendix

Please tell me how I can number the appendix with arabic numbers (1,2,3).
I use

\appendix
\addtocontents{toc}{\protect\setChapterprefix{Appendix }}
\makeatletter
\renewcommand{\@chapapp}{Appendix \@arabic\c@section}
\makeatother

before Appendix, but it numbered with capital letters (A, B, C).