General ⇒ appendix numbering
appendix numbering
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
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
Re: appendix numbering
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
joaquim