[texhax] special page numbering

Dieter Meinert DMeinert at RosenInspection.net
Tue Jan 13 11:25:30 CET 2004


redefine your \appendix command to define a new page numbering style:

\let\oldappendix\appendix
\makeatletter
\renewcommand{\appendix}{
	\oldappendix
	\renewcommand{\thepage}{\Alph\c at chapter\arabic\c at page}
}
\makeatother


 Regards
 							Dieter Meinert
 
 ***********************************************************************
 * Dr. Dieter Meinert                                                  *
 * c/o H. Rosen Engineering GmbH    Phone +49-591-9136-493             *
 * Am Seitenkanal 8                 Fax +49-591-9136-121               *
 * D-49811 Lingen (Ems)             Email dmeinert at roseninspection.net *
 * Germany                                                             *
 ***********************************************************************
  ++++++ Do not support SPAM ++++++ use only plaintext for email ++++++

|=> -----Original Message-----
|=> From: texhax-bounces at tug.org 
|=> [mailto:texhax-bounces at tug.org]On Behalf Of
|=> Marcelo J. Moreira
|=> Sent: Monday, January 12, 2004 4:28 PM
|=> To: texhax at tug.org
|=> Subject: [texhax] special page numbering
|=> 
|=> 
|=> Hello,
|=> 
|=> I would like to number the pages in my appendices as A1, 
|=> A2..., but I can't 
|=> figure out how. Can a new num_style can be defined that 
|=> incorporates the 
|=> appendix number (letter)? Any suggestions? Thanks for your time!
|=> 
|=> Marcelo
|=> 
|=> 
|=> _______________________________________________
|=> TeX FAQ: http://www.tex.ac.uk/faq
|=> TeX newsgroup: http://groups.google.com/groups?group=comp.text.tex
|=> Mailing list archives: http://tug.org/pipermail/texhax/
|=> More links: http://tug.org/begin.html
|=> 
|=> Automated subscription management: 
|=> http://tug.org/mailman/listinfo/texhax
|=> Human mailing list managers: postmaster at tug.org
|=> 


More information about the texhax mailing list