| ||||||||||||||||||||||||||||||||||||||||
|
Mathematical TypesettingSpanning CharactersIn mathematical notation one commonly uses a large opening curly brace with all the cases listed to the right. However, by default, curly braces do not scale to the full height of the set of cases on the right, as shown.
A regular opening parenthesis instead does scale properly.
Neil Soiffer (soiffer@wolfram.com) writes: Very large brackets and braces for their common uses in Mathematica (function call, lists) can look silly. Hence, as defined in UnicodeFontMapping.tr, they are set to grow to at most "2.01" (factor of two, with a fudge factor) times their normal size when SpanMaxSize is set to Automatic. Spanning can be controlled by selecting Expression Input
You could also change the value in UnicodeFontMapping.tr, but then the notebook is no longer "portable" unless you also send the modified UnicodeFontMapping.tr, and it would make all list braces grow arbitrarily large. There is another problem: in each case the opening bracket is displayed in color, indicating that it is unmatched. One solution is to select the unmatched bracket, use the Option Inspector and type in Unmatched. Here is the result of setting "UnmatchedBracketStyle"->None at the character or cell level.
In TraditionalForm, a better alternative is to close off the unmatched left bracket with \[AutoRightMatch] (or
Similarly, to close off an unmatched right bracket, use \[AutoLeftMatch] (or Inline EquationsHere is an easy and powerful way of producing correctly formatted two-dimensional inline equations by converting formulas in text cells into two-dimensional form. Consider the following cell. Here is some text with an identity, Integrate[x^2 Sin[x],x]=Integrate[x^2 Sin[x],x]. 1. Select the formula (i.e., Integrate[x^2 Sin[x],x]=Integrate[x^2 Sin[x],x]) and use Edit
Here is some text with an identity, 2. Select the inline cell and use Cell
Here is some text with an identity, 3. Select the right-hand integral (you can make this selection by triple-clicking on this integral) and use Kernel
Here is some text with an identity, Converted by Mathematica |