Generalappendix numbering

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
joaquim
Posts: 2
Joined: Sun May 02, 2010 7:45 am

appendix numbering

Post by joaquim »

hi,
I want to number the appendix in my thesis using Roman numerals
(e.g., “Appendix II”) instead of capital letters (e.g., “Appendix B”).
Thanks in advance for your help.
Joaquim

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: appendix numbering

Post by frabjous »

It's a little hard to answer a question like this with so little context, and so little knowledge about your document, e.g., what document class you're using, what commands you're using for the appendices, etc.

But there's a good chance that if, for example, that if you're using the \appendix command and your appendices are treated as chapters, right after the \appendix command you could try:

\renewcommand{\thechapter}{\Roman{chapter}}

But if that doesn't work, try posting a minimal working example per board rules.
joaquim
Posts: 2
Joined: Sun May 02, 2010 7:45 am

Re: appendix numbering

Post by joaquim »

thank you for the solution.
joaquim
Post Reply