12 Jun
2008
12 Jun
'08
6:57 a.m.
On Wed, Jun 11, 2008 at 5:39 PM, Peter Münster
On Sun, Jun 08 2008, Hans Hagen wrote:
If yes, how? And if no, where is the magic point, where I could apply a patch (if it's not too difficult ;)
has always been possible ...
\starttext
\def\mypaddednumber#1{\ifnum#1<9 0\fi\number#1\relax}
\defineconversion[pn] [\mypaddednumber]
So the \defineconversion is the magic point I could not find (I only searched in core-itm.tex ...).
This is described in ConTeXt the manual, page 216: The symbols used under 1 to 8 can be defined with the command \definesymbol and the conversion of the numbering with \defineconversion
Thanks a lot! Peter
Wolfgang