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}}} \def\doteq {\buildrel\textstyle.\over=} The problem seems caused by \zerocount. After comparing with the definition in math-pln.mkiv, I changed it to \zeropoint and texexec run successfully. Regards, Andy
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
No, after adding the \relax, same problem here. Regards, Andy On Tue, Apr 21, 2009 at 8:40 AM, Wolfgang Schuster < schuster.wolfgang@googlemail.com> wrote:
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
___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net
___________________________________________________________________________________
participants (2)
-
Andy Wong
-
Wolfgang Schuster