22 Aug
2009
22 Aug
'09
3:57 p.m.
On Sat, Aug 22, 2009 at 14:50, Hans Hagen wrote:
Mojca Miklavec wrote:
Hello,
I have just found an old piece of code (that has been misbehaving for a long time). The last number is printed in regular instead of bold typeface in both mkii and mkiv:
\startitemize[n][headstyle=bold] \head a\par aa \head b\par \head c \head d \stopitemize
(I know a workaround, so no urge to fix it, I just thought it might be worth reporting it.)
head always needs a \par, so c\par d\par
That's fine, thanks. I understood that \par was missing, but if there's no one-line fix don't bother about it. Mojca