doc: ps/pdf: set page numbers in normal-sized italic
authorH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jun 2008 01:23:14 +0000 (18:23 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jun 2008 01:23:14 +0000 (18:23 -0700)
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.

doc/head.ps

index 6c3b3b1..48b7af2 100644 (file)
 /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
 
 %