File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ ``mathtext `` now supports ``\substack ``
2+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+ ``\substack `` can be used to create multi-line subscripts or superscripts within an equation.
5+
6+ To use it to enclose the math in a substack command as shown:
7+
8+ .. code-block ::
9+
10+ r'$\sum_{\substack{1\leq i\leq 3\\ 1\leq j\leq 5}}$'
11+
12+ .. mathmpl ::
13+
14+ \s um_{\s ubstack{1\l eq i\l eq 3\\ 1\l eq j\l eq 5}}
15+
16+
17+ ``mathtext `` now supports ``\middle `` delimiter
18+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19+
20+ The ``\middle `` delimiter has been added, and can now be used with the
21+ ``\left `` and ``\right `` delimiters:
22+
23+ To use the middle command enclose it in between the ``\left `` and
24+ ``\right `` delimiter command as shown:
25+
26+ .. code-block ::
27+
28+ r'$\left( \frac{a}{b} \middle| q \right)$'
29+
30+ .. mathmpl ::
31+
32+ \l eft( \f rac{a}{b} \m iddle| q \r ight)
You can’t perform that action at this time.
0 commit comments