On Thursday 10 October 2002 12:34 pm, Dekel Tsur wrote: > 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}}}
Dekel -- Does the \renewcommand{\thechapter}{\arabic{chapter}} remain in scope only indide the braces, or does it affect any other chapter environments following the appendix (not that there should be any chapter environments after the appendix, but...) thanks Steve -- _____________________________________________________________ Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist http://www.troubleshooters.com Troubleshooters.Com Webmaster (Legal Disclaimer) Follow these suggestions at your own risk. -------------------------------------------------------------