]> git.lyx.org Git - lyx.git/commit
MathML: stop stretching all delimiters.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 11 Mar 2024 00:40:16 +0000 (01:40 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 11 Mar 2024 00:40:16 +0000 (01:40 +0100)
commit8f820d7ccb0cb6129c8e3c1d495905d61db97355
tree15a9579592a69c0f9354cb58a38ce44d686846c4
parentbe03d699463fba896f90e3046b0814d527368771
MathML: stop stretching all delimiters.

No form? Reference: https://w3c.github.io/mathml-core/#dfn-form. The MathML processor is smart enough to determine whether the delimiter is prefix or postfix.

No stretchy/symmetric/fence in all cases? Reference: https://w3c.github.io/mathml-core/#algorithm-for-determining-the-properties-of-an-embellished-operator and https://w3c.github.io/mathml-core/#operator-dictionary-human (example entry: U+0028). Delimiters have the right properties by default.
src/mathed/InsetMathDelim.cpp