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
General ⇒ appendix numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: appendix numbering
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.
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.
Re: appendix numbering
thank you for the solution.
joaquim
joaquim