mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-09 08:51:18 +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
eb8db629d0
commit
62332b2373
@ -345,8 +345,8 @@
|
|||||||
/pagel lmarg plmarg sub def
|
/pagel lmarg plmarg sub def
|
||||||
/pager pagewidth rmarg sub prmarg add def
|
/pager pagewidth rmarg sub prmarg add def
|
||||||
|
|
||||||
/pageeven { pagel pagey moveto sfont0 setfont show } def
|
/pageeven { pagel pagey moveto bfont1 setfont show } def
|
||||||
/pageodd { sfont0 setfont dup stringwidth pop pager exch sub
|
/pageodd { bfont1 setfont dup stringwidth pop pager exch sub
|
||||||
pagey moveto show } def
|
pagey moveto show } def
|
||||||
|
|
||||||
%
|
%
|
||||||
|
Loading…
Reference in New Issue
Block a user