GeneralAppendix numbering ... how to get an Appendix B?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Charmaine
Posts: 2
Joined: Fri Nov 28, 2008 10:19 pm

Appendix numbering ... how to get an Appendix B?

Post by Charmaine »

Dear LaTeX gurus,

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

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
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Appendix numbering ... how to get an Appendix B?

Post by localghost »

I'm not sure if I understand you right.

Code: Select all

\appendix
\chapter{First Appendix}
  \section{Section One}
  \section{Section Two}
\chapter{Second Appendix}
  \section{Section One}
  \section{Section Two}
If that's not what you want, be more precise.


Best regards and welcome to the board
Thorsten¹
Charmaine
Posts: 2
Joined: Fri Nov 28, 2008 10:19 pm

Appendix numbering ... how to get an Appendix B?

Post by Charmaine »

Thanks Thorsten,

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
Post Reply