MathJaxSwift icon indicating copy to clipboard operation
MathJaxSwift copied to clipboard

Enforce tex2svg delimiter representation consistency

Open yhl48 opened this issue 1 year ago • 0 comments

MathJax seems to dynamically choose between different methods based on the size of the content enclosed by delimiters. For example, the SVG representation of \\left( is sometimes U+0028, and at other times it is represented as an extended delimiter comprised of several unicodes, U+239B, U+239C, etc.

Is there a way to enforce a single representation in tex2svg?

Thanks.

yhl48 avatar Oct 01 '24 12:10 yhl48