I have a report with appendixes.
What I want is to use a different style on the page numbering when the appendixes start.
I use Arabic numbering until I reach the appendixes. Then I would want to do something like this:
I want the custom page numbering to be:
Chapter: A Section: {Chapter}{1} (A-1)
\newpage \pagenumbering{custompagenumbering}
Is this possible?
You could use \pagenumbering{gobble} to switch off page numbering. To switch it on afterwards, use \pagenumbering{arabic} for arabic numbers or alph , Alph , roman , or Roman for lowercase resp. uppercase alphabetic resp.
This is how you can manipulate the page counter, and the \thepage command that determines what will be printed as page number. \roman{page} would give roman numbers, \alph{page} a, b, c ... The other sensible solution is to use the fancyhdr package, as suggested before.
Some paragraph. Some paragraph. Some paragraph. Some paragraph. Some paragraph. \newpage \setcounter{page}{1} \renewcommand{\thepage}{A-\arabic{page}} Some paragraph. Some paragraph. Some paragraph. Some paragraph. Some paragraph.
Would this be anywhere near what you want to do? This is how you can manipulate the page
counter, and the \thepage
command that determines what will be printed as page number. \roman{page}
would give roman numbers, \alph{page}
a, b, c ...
The other sensible solution is to use the fancyhdr package, as suggested before.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With