Hello everybody,
I am using memoir class to write my thesis. My document is divided into different Parts as defined by the \part{} command of the memoir class.
The part numbering appears as Part I, Part II etc. I want to change that to Part A, Part B and so on.
Simply, how can I do this?
Any extremely quick suggestions will be highly appreciated!
Thanks,
Shashi
Page Layout ⇒ Memoir Class, Part Numbering
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Memoir Class, Part Numbering
Hi Shashi,
welcome to the board!
Just redefine the output of the part counter this way in your preamble:
Stefan
welcome to the board!
Just redefine the output of the part counter this way in your preamble:
Code: Select all
\renewcommand*{\thepart}{\Alph{part}}
LaTeX.org admin
Re: Memoir Class, Part Numbering
thanks... i was looking for something like this... the solution is simple but its hard to find