Page MenuHomePhabricator
Paste P35059

Support for substack LaTeX commands in math rendering examples
ActivePublic

Authored by dom_walden on Sep 28 2022, 12:37 PM.
First two examples from https://www.onemathematicalcat.org/MathJaxDocumentation/TeXSyntax.htm#substack.
<math>
\sum_{
\substack {
1 < i < 3 \\
1\le j < 5
}}
a_{ij}
</math>
<math>
^{\substack{\text{a very} \\
\text{contrived} \\
\text{example}
}}
{\frac ab}_{\substack{
\text{isn't} \\
\text{it?}
}}
</math>
<math>
\sin_{\substack{a < b \\ c > d}} b
</math>