Re: font6.diff

2001-08-29 Thread Andre Poenitz
On Wed, Aug 29, 2001 at 04:05:10PM +0300, Dekel Tsur wrote: > bool isScriptable() { > return sym_->type == BIGOPERATOR; > } > > in MathSymbolInset ? We can do that if you want. The differences used to be a larger at the beginning... Andre' -- André Pönitz ...

Re: font6.diff

2001-08-29 Thread Dekel Tsur
> > BTW, with my patch, big operators are now stored using symbolinset and > > not bigopinset. The bigopinset inset should probably be removed. There > > is still a problem that the bigoperators don't have displaylimits > > positioning of super/subscripts but it shouldn't be hard to fix. > > The h

Re: font6.diff

2001-08-29 Thread Dekel Tsur
> Fallback seems to work now. "bigops" like \int and \sum are not enlarged > in displayed math? Change the line if (type == LM_TC_BSYM) in support.C (whichFont) to if (type == LM_TC_BSYM || type == LM_TC_CMEX) BTW, with my patch, big operators are now stored using symbolinset and n