20 Nov
2011
20 Nov
'11
7:31 p.m.
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