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.) Mojca
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 ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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
participants (2)
-
Hans Hagen
-
Mojca Miklavec