Document ClassesNumbering Appendix

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
handel19
Posts: 1
Joined: Sun Mar 16, 2014 6:28 pm

Numbering Appendix

Post by handel19 »

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).

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply