Speech-Rule-Engine / speech-rule-engine

Generating speech descriptions for XML structures
https://zorkow.github.io/speech-rule-engine/
Apache License 2.0
73 stars 39 forks source link

enrichment causing mismatched right/left delimiters #749

Open pkra opened 4 months ago

pkra commented 4 months ago

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 4 months ago

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