General ⇒ Appendix numbering ... how to get an Appendix B?
Appendix numbering ... how to get an Appendix B?
I am typing my biology thesis and wish to have an appendix which begins with letter A (e.g. for Chapters:
A Chapter 1
A.1 Section One
...
(this one is easy, just use \appendix)
then I wish to start an Appendix which begins with letter B (e.g. has :
B Chapter X
B.1 Section Y
..... etc
The reason is that I have to segregate my work into stuff which is marked (Appendix A) and that which isn't, but needed for support (Appendix B).
Can anyone help me please,
hugs and kisses
Charmaine
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Appendix numbering ... how to get an Appendix B?
Code: Select all
\appendix
\chapter{First Appendix}
\section{Section One}
\section{Section Two}
\chapter{Second Appendix}
\section{Section One}
\section{Section Two}
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Appendix numbering ... how to get an Appendix B?
I have tried this and this works fine ... this solves my problem. I didn't realise that an additional chapter would roll the label to B - this is my first time with LaTeX.
Many thanks again
hugs and kisses
Charmaine