Section 3.4 of the Additional manual covers Fancy Headers and Footers,
which includes
\rhead{Page \thepage}
Using the Right Header environment in a KOMA-script report class I
specifed {Page \thepage} and added sample text on a page following a chapter
opening page. What I see in the preview is that string rather than the
expected Page 6. I don't see what I'm missing here.
Also, to have the right header read (without the quotes, of course), "Page
x of y pages" would I use pageref and the lastpage package?
Rich