[texhax] special page numbering

Philip G. Ratcliffe philip.ratcliffe at uninsubria.it
Tue Jan 13 14:50:16 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

To avoid the \makeatletter ... \makeatother pair (and to follow standard
procedure) use this instead

    \renewcommand{\thepage}{\Alph{chapter}\arabic{page}}

But see Robin's posting anyway.

Cheers,  Phil



More information about the texhax mailing list