Page Layout ⇒ Memoir Class, Part Numbering
Memoir Class, Part Numbering
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Memoir Class, Part Numbering
welcome to the board!
Just redefine the output of the part counter this way in your preamble:
Code: Select all
\renewcommand*{\thepart}{\Alph{part}}