mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
Support {smallmatrix}, {subarray}, and \substack (#1969)
* Support {smallmatrix}, {subarray}, and \substack * Fix lint errors * Update docs. Screenshots step 1. * Screenshots step 2 * Screenshots step 3 * Pick up review comments * Fixed arraycolsep for {smallmatrix} * Fixed lint error * Updated screenshots
This commit is contained in:
@@ -928,7 +928,7 @@ table td {
|
||||
|\small|$\small small$|`\small small`|
|
||||
|\smallfrown|$\smallfrown$||
|
||||
|\smallint|$\smallint$||
|
||||
|{smallmatrix}|<span style="color:firebrick;">Not supported</span>||
|
||||
|{smallmatrix}|$\begin{smallmatrix} a & b \\ c & d \end{smallmatrix}$|`\begin{smallmatrix}`<br> `a & b \\`<br> `c & d`<br>`\end{smallmatrix}`|
|
||||
|\smallsetminus|$\smallsetminus$||
|
||||
|\smallsmile|$\smallsmile$||
|
||||
|\smash|$\left(x^{\smash{2}}\right)$|`\left(x^{\smash{2}}\right)`|
|
||||
@@ -965,7 +965,7 @@ table td {
|
||||
|\subseteqq|$\subseteqq$||
|
||||
|\subsetneq|$\subsetneq$||
|
||||
|\subsetneqq|$\subsetneqq$||
|
||||
|\substack|<span style="color:firebrick;">Not supported</span>||
|
||||
|\substack|$$\sum_{\substack{0<i<m\\0<j<n}}$$|`\sum_{\substack{0<i<m\\0<j<n}}`|
|
||||
|\succ|$\succ$||
|
||||
|\succapprox|$\succapprox$||
|
||||
|\succcurlyeq|$\succcurlyeq$||
|
||||
|
Reference in New Issue
Block a user