|
If you want only the pagenumber in a colored circlebox with a fix diameter, then use:
\usepackage{pstricks}
\definecolor{lightgray}{gray}{0.95}
\renewcommand\thepage{\makebox[0pt]{%
\pscircle[fillstyle=solid,fillcolor=lightgray](0,0.5ex){1.25pc}}%
\makebox[0pt]{\arabic{page}}}
|
|
This example provides a fancy pagenumbering style. The pagenumber is printed in the right
margin at a different height which is proportional to the maximal pages. The colors can be changed easily. This example needs PSTricks macros, a PDF output via
pdflatex is not possible. Choose ps2pdf or
VTeX/Free. You can download the
LaTeX Source or the . |
|
|
|