How do i make custom page numbering in latex?
        Posted  
        
            by ikky
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ikky
        
        
        
        Published on 2010-05-02T12:48:59Z
        Indexed on 
            2010/05/02
            12:58 UTC
        
        
        Read the original article
        Hit count: 317
        
Hi!
I have a report, where i also have appendixes. What i want is to use a different style on the page numbering when the appendixes start.
i use arabic 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 to do?
© Stack Overflow or respective owner