| 
 | 
      
 
   Document 374
 
How to change typeset page numbering style
   Version: 2.5, 3.x, 4.x, 5.x - Scientific WorkPlace & Scientific Word
 
   You may need to use a different style for the page numbers in one part of your
   document. With a LaTeX command, you can change the page numbering style to
   upper- or lowercase roman numerals, upper- or lowercase letters, or arabic
   numbers. When you change the page numbering style, LaTeX resets the page
   number to 1, so you may want to  change the typeset page
   number after you change the typeset page numbering style.
 
Changing the style of the page numbers
   - 
      
         Place the insertion point on the page whose page numbering style you want to
         change.
       
    
   - 
      
         Enter an encapsulated TeX field.
       
    
   - 
      
         In the entry area, type the command corresponding to the page numbering style
         you want:
       
      
          
            
            
            
            | Command | 
            Page numbering style | 
             
            
            | \pagenumbering{roman} | 
            lowercase roman numerals | 
             
            
            | \pagenumbering{Roman} | 
            uppercase roman numerals | 
             
            
            | \pagenumbering{arabic} | 
            arabic numbers | 
             
            
            | \pagenumbering{alph} | 
            lowercase letters | 
             
            
            | \pagenumbering{Alph} | 
            uppercase letters | 
             
            
             
          
     
    
   - 
      
         Choose OK.
       
    
 
Changing the style of the page numbers in the front matter
   You can use roman numerals in the front matter of your document and arabic
   numbers throughout the remainder:
 
   - 
      
From the Typeset menu, choose
         Preamble. 
    
   - 
      
Click the mouse in the entry area. 
    
   - 
      
Create a new line at the end of the preamble entries. 
    
   - 
      
Type \pagenumbering{roman} and choose
         OK. 
    
   - 
      
Place the insertion point on a line immediately after the first chapter
         heading in your document. 
    
   - 
      
Enter an encapsulated TeX field. 
    
   - 
      
In the entry area, type \pagenumbering{arabic} and
         choose OK. 
      
         Remember that LaTeX will reset the page number to 1.
       
    
 
   See also
 
 Last revised 02/28/11
 
 
 This document was created with Scientific WorkPlace.
  
 |