21 Apr
2009
21 Apr
'09
1:40 p.m.
Am 21.04.2009 um 15:35 schrieb Andy Wong:
Hello, I use the context minimal with updating to lastest beta. when using $ \doteq$ in my equation, texexec catch an error:
! Illegal unit of measure (pt inserted). <to be read again> = \buildrel ...mathrel {\mathop {\kern \zerocount #2 }\limits ^{#1}} l.3 Test $\doteq $ ?
I check the definition in math-pln.mkii, the \doteq is defined as:
\def\buildrel#1\over#2% {\mathrel{\mathop{\kern\zerocount#2}\limits^{#1}}}
{\mathrel{\mathop{\kern\zerocount\relax#2}\limits^{#1}}} Did a \relax help? Wolfgang