[Tugindia] appendix in article class
Anurag Sharma
anurag.sharma at anu.edu.au
Thu Jul 15 01:58:58 CEST 2004
> Dear Tex users,
>
> Can anyone tell me how can I use appendix command with the article class.
> I have some tables in the appendix and there is only one appendix.
> But I should get the tables numberd A.1 A.2 etc. in the appendix. Right
> now I am able to create appendix using \appendix command but the table
> numbers are conitnuation of the numbers from the body of the text.
Try:
\renewcommand{\theequation}{A.\arabic{equation}}
% redefine the command that creates the equation no.
\setcounter{equation}{0} % reset counter
\renewcommand{\thesection}{A.\arabic{section}}
% redefine the command that creates the equation no.
\setcounter{section}{0} % reset counter
>
> I know this can be done in report class or book class. But what I have is
> an article class and I want tex to give me the output that way. Any help
> would be appreciated.
>
> Regards,
> Rijo John.
>
> _______________________________________________
> Home: http://www.tug.org.in/
> unsubscribe: http://tug.org/mailman/listinfo/tugindia
>
More information about the tugindia
mailing list