Skip to content

Bottom "overflow" over matrix delimiters #2

@mazmap

Description

@mazmap

With the original gauss.sty code,

\begin{align*}
  \begin{gmatrix}[p]
    3 & \displaystyle\sum_{i=1}^n & 5 \\
    1 & 2 & \displaystyle\frac{1}{2}
  \end{gmatrix}
\end{align*}

renders

Image

whilst just using pmatrix from AMS LaTeX, i.e.

\begin{align*}
  \begin{pmatrix}
    3 & \displaystyle\sum_{i=1}^n & 5 \\
    1 & 2 & \displaystyle\frac{1}{2}
  \end{pmatrix}
\end{align*}

yields

Image

Both do not appear to be optimally rendered but the gauss.sty example is significantly worse than the AMS LaTeX one. This overflow should be fixed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions