Speech-Rule-Engine/speech-rule-engine

enrichment causing mismatched right/left delimiters

pkra opened this issue · 1 comments

pkra commented

E.g.,

\begin{equation*} L\left([2,+\infty [\backslash \bigcup _{k\in \mathcal{K}}[n_k,n_{k+1}[\right) \end{equation*}

should visually render both parentheses the same size, e.g.,

image

but comes out with the closing parenenthesis being small:

image

since it ends up in the wrong mrow level.

(This is easy to fix by adding right/left to the interval notation, so just FYI as an interesting example from the wild.)

pkra commented

I should've phrased that to be about mrow nesting - sorry.