-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamCode ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundFixedv4v4.1
Milestone
Description
Issue Summary
Placing a 3-column matrix inside \underbrace causes the brace to be clipped. It works correctly when the matrix has 1, 2, or 4 columns.
Technical details:
- MathJax Version: 4.0
- Client OS: Windows 11
- Browser: Firefox 142
Loading MathJax via:
<script async src="https://cdn.jsdelivr.net/npm/mathjax@4/tex-mml-chtml.js"></script>Supporting information:
Output
Code
$$\underbrace{
\begin{pmatrix}
1 \\ 2
\end{pmatrix}
}_A \quad
\underbrace{
\begin{pmatrix}
1 & 2 \\
3 & 4
\end{pmatrix}
}_B \quad
\underbrace{
\begin{pmatrix}
1 & 2 & 3 \\
4 & 5 & 6
\end{pmatrix}
}_C \quad
\underbrace{
\begin{pmatrix}
1 & 2 & 3 & 4 \\
5 & 6 & 7 & 8
\end{pmatrix}
}_D$$Metadata
Metadata
Assignees
Labels
AcceptedIssue has been reproduced by MathJax teamIssue has been reproduced by MathJax teamCode ExampleContains an illustrative code example, solution, or work-aroundContains an illustrative code example, solution, or work-aroundFixedv4v4.1