29 Jul
2012
29 Jul
'12
6:27 p.m.
On Sun, Jul 29 2012, Steffen Wolfrum wrote:
but these numbers should be right aligned: so that the ones (eg. in "1" and "21" and "201") are exactly on top of each other
any idea how to achieve this?
\def\NumberCommand#1{\rightaligned{#1}} % or: \def\NumberCommand#1{\hfill#1} \setupnotation[footnote][alternative=left,width=12pt,distance=4.80pt, numbercommand=\NumberCommand] -- Peter