Page LayoutMemoir Class, Part Numbering

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
stpalli
Posts: 1
Joined: Fri May 13, 2011 10:00 pm

Memoir Class, Part Numbering

Post by stpalli »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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: 10328
Joined: Mon Mar 10, 2008 9:44 pm

Memoir Class, Part Numbering

Post by Stefan Kottwitz »

Hi Shashi,

welcome to the board!

Just redefine the output of the part counter this way in your preamble:

Code: Select all

\renewcommand*{\thepart}{\Alph{part}}
Stefan
LaTeX.org admin
gabo1984
Posts: 1
Joined: Thu May 19, 2011 7:13 pm

Re: Memoir Class, Part Numbering

Post by gabo1984 »

thanks... i was looking for something like this... the solution is simple but its hard to find
Post Reply