On 5/2/2014 1:54 PM, Wolfgang Schuster wrote:
Hi,

there is a problem with sansserif bold numbers and letter in math mode. In the 
following example the bold content does sometimes show up in normal weight (you 
have to do several runs to see it):

     \starttext
     $\ss 3a \bf 3a$
     \stoptext


The problem can be tracked down to the \math_set_font_style (I used the 
\setmathfontstyle user level command) command:

\enabletrackers[math.remapping]

\starttext

1: $\setmathattribute{ss}{bf}3$

2: $\setmathattribute{ss}{bf}\setmathfontstylealterternate{bf}3$

3: $\setmathattribute{ss}{bf}\setmathfontstyle{bf}3$

4: 
$\setmathattribute{ss}{bf}\setmathfontstyle{bf}\setmathfontstylealterternate{bf}3$

5: 
$\setmathattribute{ss}{bf}\setmathfontstylealterternate{tf}\setmathfontstyle{bf}\setmathfontstylealterternate{bf}3$

\stoptext

Hopefully fixed.

Hans


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/dev-context

Reply via email to