NSoiffer / MathCAT

MathCAT: Math Capable Assistive Technology for generating speech, braille, and navigation.
MIT License
63 stars 35 forks source link

All cap letters Fraction, problem with UEB Braille code #279

Closed danghoaiphuc closed 2 months ago

danghoaiphuc commented 2 months ago

Running develop build ver 0.6.3 of MathCAT C dll, the following fraction with all cap letters cannot be translated with UEB math Braille code. The MathML code is: <math><mfrac><mrow><mi>A</mi><mi>B</mi></mrow><mi>B</mi></mfrac></math>

But mixed lower and cap letters or all in lowercase letters should be fine, like: <math><mfrac><mrow><mi>A</mi><mi>b</mi></mrow><mi>B</mi></mfrac></math>

NSoiffer commented 2 months ago

Thanks for the short example. I can replicate this. I'll get a fix into the next build.