Re: [NTG-context] broken integrals in mkiv

2011-09-01 Thread Mojca Miklavec
On Thu, Sep 1, 2011 at 05:53, Aditya Mahajan wrote:

 If you use lmmath opentype, the output is fine. However, lmmath  opentype is
 not included with the minimals (why?).

There should be
lmmath-regular.otf

Mojca
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] broken integrals in mkiv

2011-08-31 Thread Aditya Mahajan

On Wed, 31 Aug 2011, Mojca Miklavec wrote:


Hello,

something is awfully wrong with placement of indexes next to
integration signs in MKIV (2011.08.27 13:24):

\startformula
\int_0^{d_0}
\stopformula


Confirmed, but I don't know how to fix it.

If you use lmmath opentype, the output is fine. However, lmmath  opentype 
is not included with the minimals (why?).


\unprotect
\starttypescript [math] [modernotf] [name]
\definefontsynonym[MathRoman] 
[\s!file:LMMATH-v0903.otf][\s!features=\s!math\mathsizesuffix]

\stoptypescript

\starttypescript[modernotf]
\definetypeface [modernotf] [rm] [\s!serif] [modern]   [\s!default]
\definetypeface [modernotf] [ss] [\s!sans]  [modern]   [\s!default]
\definetypeface [modernotf] [tt] [\s!mono]  [modern]   [\s!default]
\definetypeface [modernotf] [mm] [\s!math]  [modernotf]   [\s!default]
\stoptypescript

\protect

\setupbodyfont[modernotf]

\starttext
\startformula
  \int_0^{d_0}
\stopformula
\stoptext

Aditya
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___