18 Mar
2010
18 Mar
'10
12:48 p.m.
On Thu, Mar 18, 2010 at 1:45 PM, Wolfgang Werners-Lucchini
Hallo,
the following example compiles ok
\starttext \startformula \frac{206}{7}=[29;2,2,1] \stopformula \stoptext
while this compiles not
\starttext \startformula [29;2,2,1]=\frac{206}{7} \stopformula \stoptext
Bug or user error?
Wolfgang
Try \starttext \startformula\relax [29;2,2,1]=\frac{206}{7} \stopformula \stoptext I think the [ is taken as starting an optional argument for \startformula. Best regards, Mikael