Parentheses in Word usually stretch with whatever they're containing. This might be un-noticeable for things like

enter image description here

but for stuff like

enter image description here

it's definitely nice, especially compared to the fact that naïve LaTeX users often produce uglinesses such as

enter image description here

There is a problem, however, when using under-/overbraces in math

enter image description here

and putting parentheses around the complete term

enter image description here

it becomes ugly. For simple things like shown here this can be solved by not letting the parentheses stretch which looks almost right.

enter image description here

However, for more complex things it's certainly not an option:

enter image description here

Both variants look horrible.

So is there a way of letting the parentheses only stretch around the actual term parts, not including the under-/overbraces? Those are frequently used for annotations of individual pieces, so simply not using them is a bad idea too.

In LaTeX you can get away with guesswork and using explicit sizes for the parentheses instead of relying on \left and \right but I haven't found a comparable option in Word yet. Since the underbrace is (tree-wise) a sibling of the term in parentheses it probably simply has to stretch and there probably can't be an algorithm that determines when to stretch or when not, considering that \above and \below are used for annotations as well but also for other things where perentheses have to stretch. Also, since the parenthesized expression is opaque from the outside one has to put the underbrace inside. From a markup point of view, at least. One can probably draw the rest around but that falls apart when styles change and wouldn't be a good idea either.

link|improve this question

56% accept rate
1  
Did you try MathType? (dessci.com/en/products/MathType) I was using it during my MS thesis study, but I'm not sure about how it acts on braces and parentheses... – Mehper C. Palavuzlar Apr 30 '10 at 13:20
feedback

1 Answer

Coming in on this a bit late, but I think you're stuck because as you point out the underbrace and comment are considered a part of the equation being bracketed. The only other option available is to play with "Match brackets to argument height", which adjusts things very slightly.

Unmatchedalt text

vs.

Matchedalt text

You may just have to adjust your definition of ugly.

alt text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.