ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Integral subscript leads to “Undefined control sequence”
@ 2013-10-07  9:50 Marco Patzer
  2013-10-07 10:05 ` luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Marco Patzer @ 2013-10-07  9:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 110 bytes --]

Hi,

the current beta doesn't like integral subscripts any more:

\starttext
  \math{\int_a}
\stoptext

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:  Integral subscript leads to “Undefined control sequence”
  2013-10-07  9:50 Integral subscript leads to “Undefined control sequence” Marco Patzer
@ 2013-10-07 10:05 ` luigi scarso
  2013-10-07 10:24   ` Marco Patzer
  2013-10-07 11:15   ` Aditya Mahajan
  0 siblings, 2 replies; 6+ messages in thread
From: luigi scarso @ 2013-10-07 10:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 471 bytes --]

On Mon, Oct 7, 2013 at 11:50 AM, Marco Patzer <lists@homerow.info> 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

[-- Attachment #1.2: Type: text/html, Size: 1073 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:  Integral subscript leads to “Undefined control sequence”
  2013-10-07 10:05 ` luigi scarso
@ 2013-10-07 10:24   ` Marco Patzer
  2013-10-07 11:17     ` Hans Hagen
  2013-10-07 11:15   ` Aditya Mahajan
  1 sibling, 1 reply; 6+ messages in thread
From: Marco Patzer @ 2013-10-07 10:24 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]

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}.

Marco

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 490 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:  Integral subscript leads to “Undefined control sequence”
  2013-10-07 10:05 ` luigi scarso
  2013-10-07 10:24   ` Marco Patzer
@ 2013-10-07 11:15   ` Aditya Mahajan
  1 sibling, 0 replies; 6+ messages in thread
From: Aditya Mahajan @ 2013-10-07 11:15 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1146 bytes --]



On Oct 7, 2013, at 6:05 AM, luigi scarso <luigi.scarso@gmail.com> wrote:

> 
> 
> 
> On Mon, Oct 7, 2013 at 11:50 AM, Marco Patzer <lists@homerow.info> 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
> ___________________________________________________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2343 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:  Integral subscript leads to “Undefined control sequence”
  2013-10-07 10:24   ` Marco Patzer
@ 2013-10-07 11:17     ` Hans Hagen
  2013-10-07 11:21       ` luigi scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2013-10-07 11:17 UTC (permalink / raw)
  To: ntg-context

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
-----------------------------------------------------------------
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re:  Integral subscript leads to “Undefined control sequence”
  2013-10-07 11:17     ` Hans Hagen
@ 2013-10-07 11:21       ` luigi scarso
  0 siblings, 0 replies; 6+ messages in thread
From: luigi scarso @ 2013-10-07 11:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 592 bytes --]

On Mon, Oct 7, 2013 at 1:17 PM, Hans Hagen <pragma@wxs.nl> wrote:

> 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

[-- Attachment #1.2: Type: text/html, Size: 1314 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-10-07 11:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-07  9:50 Integral subscript leads to “Undefined control sequence” Marco Patzer
2013-10-07 10:05 ` luigi scarso
2013-10-07 10:24   ` Marco Patzer
2013-10-07 11:17     ` Hans Hagen
2013-10-07 11:21       ` luigi scarso
2013-10-07 11:15   ` Aditya Mahajan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).