Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMML Math: Incorrect accent parsing #63

Closed
mpickering opened this issue Aug 20, 2014 · 1 comment
Closed

OMML Math: Incorrect accent parsing #63

mpickering opened this issue Aug 20, 2014 · 1 comment

Comments

@mpickering
Copy link
Contributor

The following input is rendered to \acute{F} when it is rendered with a hat (ie \hat{F}) in word.

(Personal line reference: 117148)

@jkr

<m:oMath>
<m:acc>
<m:accPr>
<m:ctrlPr>
<w:rPr>
<w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
<w:i/>
<w:sz w:val="24"/>
<w:szCs w:val="24"/>
</w:rPr>
</m:ctrlPr>
</m:accPr>
<m:e>
<m:r>
<w:rPr>
<w:rFonts w:ascii="Cambria Math" w:hAnsi="Cambria Math"/>
<w:sz w:val="24"/>
<w:szCs w:val="24"/>
</w:rPr>
<m:t>
F</m:t>
</m:r>
</m:e>
</m:acc>
</m:oMath>
@jkr
Copy link
Contributor

jkr commented Aug 20, 2014

Hmm -- looks like circumflex is the default. I'll submit a pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants