GeneralContinue Arabic Numbering in Appendix

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
piersmaddox
Posts: 4
Joined: Tue Oct 11, 2011 4:27 pm

Continue Arabic Numbering in Appendix

Post by piersmaddox »

Hi.

I need to renumber appendices to arabic and have equations continue main body numbering. I am in article class. What is the best way to do this?

Gratefully in advance.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Continue Arabic Numbering in Appendix

Post by kaiserkarl13 »

How about omitting the \appendix command?

If you just want the "appendix" to start numbering again from one, use \setcounter{section}{0} and omit the \appendix command.

You can also define your equations to have numbers like (1.2) instead of just (2) by issuing \numberwithin{equation}{section} (you'll need the amsmath package, I think).
Post Reply