On Wed, Oct 30, 2002 at 10:46:52AM -0800, Max Bian wrote: > > I am using Report (koma-scripe) class with the default page style. I > would like to move the page number to a fixed absolute position with > respect to one of the corner of the page. Also, instead of just the > number, I would like to make it something like "= 25 =", or "<25>", or > "~ 25 ~".
Select fancy page style and add to the preamble:
\fancyfoot[L]{\hspace*{2cm} =\thepage=}
\fancyfoot[C]{}
