On Sun, Oct 06, 2002 at 05:52:03PM +0800, Hisyam Lee wrote:
> Yes, I do see the appendices appear in the TOC after compilation. Thanks.
> How can I change the appendices format from Appendix A, Appendix B, etc to
> Appendix 1, Appendix 2, etc.?

In the preamble:

\let\oldappendix=\appendix
\renewcommand{\appendix}{%
  \oldappendix%
  \renewcommand{\thechapter}{\arabic{chapter}}}

Reply via email to