Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Could you say a bit more about why they \left( and \right) aren't really needed here? According to the "book" it should be fine to use them. Commented Feb 21, 2012 at 1:11
  • 6
    @MarcvanDongen, \left\right has two functions, they allow the operators to stretch (but in most cases no stretching was happening in this example) but the second function is that it makes the subterm a \mathinner atom and that gets additional white space in many contexts. Presumably Knuth preferred this in some contexts, but the OP was specifically asking not to get that space and so not generating mathinner atoms is the answer Commented Feb 21, 2012 at 1:27
  • 1
    Thanks. I've never seen this expained in any documentation (but I may have missed it). I did notice Werner's answer touches it. Commented Feb 21, 2012 at 1:34