What is the difference between \big[ (or equivalently \big() and \bigl[? Is it always necessary to mention l (left) and r (right)?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|
Just compare:
Output:
The definitions in latex.ltx are:
|
|||||||||||||||||||
|
|
You can see the difference in the following example. The left modifiers \bigl etc. are basically \mathopen{}\big. You also have to use \mathopen if you are using \left and \right to do automatic scaling to get correct spacing in some cases.
|
|||
|
|
