Integral subscript leads to “Undefined control sequence”
Hi, the current beta doesn't like integral subscripts any more: \starttext \math{\int_a} \stoptext Marco
On Mon, Oct 7, 2013 at 11:50 AM, Marco Patzer
Hi,
the current beta doesn't like integral subscripts any more:
\starttext \math{\int_a} \stoptext
I think a space is needed as in \startformula \int _a^b f(x) dx \quad \iint _a^b f(x) dx \quad \iiint _a^b f(x) dx \quad \stopformula $\int _a^b f(x) dx$ But there are some examples in pack-rul.mkiv that use \int_01 so I don't know if it's a bug. -- luigi
On 10/7/2013 12:24 PM, Marco Patzer wrote:
On 2013–10–07 luigi scarso wrote:
I think a space is needed as in $\int _a^b f(x) dx$
Well, that might be a workaround. But it's still a bug.
%% works \math{\int^b_a}
whereas
%% fails \math{\int_a^b}
Furthermore, it used to work for ages using \int_x or \int_{xyz}.
there is a \protect missing at the end of typo-tal.mkiv ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Mon, Oct 7, 2013 at 1:17 PM, Hans Hagen
On 10/7/2013 12:24 PM, Marco Patzer wrote:
On 2013–10–07 luigi scarso wrote:
I think a space is needed as in
$\int _a^b f(x) dx$
Well, that might be a workaround. But it's still a bug.
%% works \math{\int^b_a}
whereas
%% fails \math{\int_a^b}
Furthermore, it used to work for ages using \int_x or \int_{xyz}.
there is a \protect missing at the end of typo-tal.mkiv
yes, adding \protect it's ok . -- luigi
On Oct 7, 2013, at 6:05 AM, luigi scarso
On Mon, Oct 7, 2013 at 11:50 AM, Marco Patzer
wrote: Hi, the current beta doesn't like integral subscripts any more:
\starttext \math{\int_a} \stoptext
I think a space is needed as in \startformula \int _a^b f(x) dx \quad \iint _a^b f(x) dx \quad \iiint _a^b f(x) dx \quad \stopformula
$\int _a^b f(x) dx$
But there are some examples in pack-rul.mkiv that use \int_01
so I don't know if it's a bug. -- luigi ___________________________________________________________________________________ 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 ___________________________________________________________________________________
participants (4)
-
Aditya Mahajan
-
Hans Hagen
-
luigi scarso
-
Marco Patzer