22 Apr
2011
22 Apr
'11
6:25 p.m.
I just realized that when I use oldstyle figures any pagenumber with a descender is bumped upwards a little. Is there a way to have them protrude (vertically) beyond the frame border?
This should do the trick:
\define[1]\PagenumberCommand {\smash[d]{#1}}
\setuppagenumbering [ strut=no, command=\PagenumberCommand]
And how well it does it! Thanks, Oliver