24 May
2011
24 May
'11
2:58 p.m.
Am 24.05.2011 um 16:47 schrieb Guanhao Yin:
On Mon, May 23, 2011 at 12:31:35PM +0200, Wolfgang Schuster wrote:
It’s the fault of the OpenType version of the LM Math fonts which are used when you use the simplefonts module
So, is it possible to use the simplefonts module with Type1 LM Math?
No but you can use my calluna typescripts: \usetypescriptfile[type-calluna] \definetypeface[mainface][rm][serif][calluna][default] \definetypeface[mainface][mm][math] [modern] [computer-modern] \setupbodyfont[mainface] \starttext Calluna and Latin Modern Math \startformula \binom{1}{2} \stopformula \stoptext Wolfgang