doc: ps/pdf: set page numbers in normal-sized italic

Set page numbers in normal-sized italic, instead of large and bold.
We might want to consider using bold italic, but I think this is just
fine.
This commit is contained in:
H. Peter Anvin 2008-06-11 18:23:14 -07:00
parent a43569cb9b
commit bcd0b9903c

View file

@ -345,8 +345,8 @@
/pagel lmarg plmarg sub def
/pager pagewidth rmarg sub prmarg add def
/pageeven { pagel pagey moveto sfont0 setfont show } def
/pageodd { sfont0 setfont dup stringwidth pop pager exch sub
/pageeven { pagel pagey moveto bfont1 setfont show } def
/pageodd { bfont1 setfont dup stringwidth pop pager exch sub
pagey moveto show } def
%