ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \right)² not recognized as \right)^2
@ 2011-11-20 18:52 Paul Menzel
  2011-11-20 18:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2011-11-20 18:52 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 824 bytes --]

Dear ConTeXt folks,


is it expected that \right)² is not recognized as \right)^2?

        \starttext
        
        Using ^2:
        
        \placeformula
        \startformula
        \left( a + b \right)^2 = a² + 2ab + b²
        \stopformula
        
        \placeformula
        \startformula
        \left( a + \frac72 \right)^2
        \stopformula
        
        Using ². The first example does not display the problem that well because the parenthesis are too small:
        \placeformula
        \startformula
        \left( a + b \right)² = a² + 2ab + b²
        \stopformula
        
        \placeformula
        \startformula
        \left( n + \frac72 \right)²
        \stopformula
        \stoptext

Please find the example also attached.


Thanks,

Paul

[-- Attachment #1.1.2: square.pdf --]
[-- Type: application/pdf, Size: 18572 bytes --]

[-- Attachment #1.1.3: square.tex --]
[-- Type: text/x-tex, Size: 471 bytes --]

\starttext

Using ^2:

\placeformula
\startformula
\left( a + b \right)^2 = a² + 2ab + b²
\stopformula

\placeformula
\startformula
\left( a + \frac72 \right)^2
\stopformula

Using ². The first example does not display the problem that well because the parenthesis are too small:
\placeformula
\startformula
\left( a + b \right)² = a² + 2ab + b²
\stopformula

\placeformula
\startformula
\left( n + \frac72 \right)²
\stopformula
\stoptext

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 5+ messages in thread

* Re:  \right)² not recognized as \right)^2
  2011-11-20 18:52 \right)² not recognized as \right)^2 Paul Menzel
@ 2011-11-20 18:58 ` Wolfgang Schuster
  2011-11-20 19:18   ` Paul Menzel
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2011-11-20 18:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 20.11.2011 um 19:52 schrieb Paul Menzel:

> Dear ConTeXt folks,
> 
> 
> is it expected that \right)² is not recognized as \right)^2?

Yes it is, to enable this feature you need the “mathcrap” module.

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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re:  \right)² not recognized as \right)^2
  2011-11-20 18:58 ` Wolfgang Schuster
@ 2011-11-20 19:18   ` Paul Menzel
  2011-11-20 19:31     ` Khaled Hosny
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Menzel @ 2011-11-20 19:18 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1.1: Type: text/plain, Size: 392 bytes --]

Am Sonntag, den 20.11.2011, 19:58 +0100 schrieb Wolfgang Schuster:
> Am 20.11.2011 um 19:52 schrieb Paul Menzel:

> > is it expected that \right)² is not recognized as \right)^2?
> 
> Yes it is, to enable this feature you need the “mathcrap” module.

Thank you for the quick answer, but ² is still not put at the correct
height when used like `\right)²`.


Thanks,

Paul

[-- Attachment #1.1.2: square.pdf --]
[-- Type: application/pdf, Size: 19728 bytes --]

[-- Attachment #1.1.3: square.tex --]
[-- Type: text/x-tex, Size: 493 bytes --]

\usemodule[mathcrap]
\starttext

Using ^2:

\placeformula
\startformula
\left( a + b \right)^2 = a² + 2ab + b²
\stopformula

\placeformula
\startformula
\left( a + \frac72 \right)^2
\stopformula

Using ². The first example does not display the problem that well because the parenthesis are too small:
\placeformula
\startformula
\left( a + b \right)² = a² + 2ab + b²
\stopformula

\placeformula
\startformula
\left( n + \frac72 \right)²
\stopformula
\stoptext

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 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] 5+ messages in thread

* Re:  \right)² not recognized as \right)^2
  2011-11-20 19:18   ` Paul Menzel
@ 2011-11-20 19:31     ` Khaled Hosny
  2011-11-20 19:58       ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Khaled Hosny @ 2011-11-20 19:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

On Sun, Nov 20, 2011 at 08:18:33PM +0100, Paul Menzel wrote:
> Am Sonntag, den 20.11.2011, 19:58 +0100 schrieb Wolfgang Schuster:
> > Am 20.11.2011 um 19:52 schrieb Paul Menzel:
> 
> > > is it expected that \right)² is not recognized as \right)^2?
> > 
> > Yes it is, to enable this feature you need the “mathcrap” module.
> 
> Thank you for the quick answer, but ² is still not put at the correct
> height when used like `\right)²`.

Looking at the mathcrap module (nice name :p), it seems the ² (and other
superscript characters) is defined as {\normalsuperscript{2}} and the
extra grouping makes the superscript to be applied to an empty base not
the brace. Not sure if removing that extra group is safe or not
(\normalsuperscript{2} on its own seems to be safe).

Regards,
 Khaled

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 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] 5+ messages in thread

* Re:  \right)² not recognized as \right)^2
  2011-11-20 19:31     ` Khaled Hosny
@ 2011-11-20 19:58       ` Hans Hagen
  0 siblings, 0 replies; 5+ messages in thread
From: Hans Hagen @ 2011-11-20 19:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 20-11-2011 20:31, Khaled Hosny wrote:
> On Sun, Nov 20, 2011 at 08:18:33PM +0100, Paul Menzel wrote:
>> Am Sonntag, den 20.11.2011, 19:58 +0100 schrieb Wolfgang Schuster:
>>> Am 20.11.2011 um 19:52 schrieb Paul Menzel:
>>
>>>> is it expected that \right)² is not recognized as \right)^2?
>>>
>>> Yes it is, to enable this feature you need the “mathcrap” module.
>>
>> Thank you for the quick answer, but ² is still not put at the correct
>> height when used like `\right)²`.
>
> Looking at the mathcrap module (nice name :p), it seems the ² (and other
> superscript characters) is defined as {\normalsuperscript{2}} and the
> extra grouping makes the superscript to be applied to an empty base not
> the brace. Not sure if removing that extra group is safe or not
> (\normalsuperscript{2} on its own seems to be safe).

not grouping gives an error on $a₀₁₂₃₄₅₆₇₈₉₋₌₊$ (maybe we could have 
{}\normal... but on the other hand, this module is not really needed as 
mkiv already recognizes these funny chars anyway

Hans


-----------------------------------------------------------------
                                           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] 5+ messages in thread

end of thread, other threads:[~2011-11-20 19:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-20 18:52 \right)² not recognized as \right)^2 Paul Menzel
2011-11-20 18:58 ` Wolfgang Schuster
2011-11-20 19:18   ` Paul Menzel
2011-11-20 19:31     ` Khaled Hosny
2011-11-20 19:58       ` Hans Hagen

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