+-----------------------------------------------------------------------------+
|                                 pagenumber                                  |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\pnã%
 
Parameters:    ã|noneã%
 
    ã|Description:ã%
The \pagenumber  markup merely places  the current page  number wherever the
markup appears.
 
    ã|Example:ã%
In running heads, \pagenumber numbers the pages.
 
\runningheadformat{\bothpages{\line{\rm
          \lft{Southern Bays}\rt{page \pagenumber}}
     \vs{2pt}
     \hrule
     \vs{1\bl}
     }
   }
 
The running head would look like:
 
+-----------------------------------------------------------------------------+
|                                                                             |
| Southern Bays                                                             1 |
| ........................................................................... |
|                                                                             |
+-----------------------------------------------------------------------------+
 
    ã|Example:ã%
If you want no page numbers, then enter the following:
 
\runningheadformat{\bothpage{}}
 
    ã|Notes:ã%
none.
 
