mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
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:
parent
a43569cb9b
commit
bcd0b9903c
@ -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
|
||||
|
||||
%
|
||||
|
Loading…
x
Reference in New Issue
Block a user