Skip to content

MathML converted to Svg doesn't display the umlaut German character with an appropriate font #1425

Closed
@encephalopathy

Description

@encephalopathy

My Goal:
I would like to convert the MathML into svg data and save that to a file so I can use it for authoring purposes later.

The Problem
The MathML gets converted from an svg to jax just fine and displays in the browser with an approximate font close enough to font of the surrounding characters. However, if the svg data is saved directly to a file before it is converted to jax and viewed directly in a browser, the svg data displays with an invalid font.

The Details
I have added a zip attachment that includes screenshots and the svg data to demonstrate this. The MathML data I used for the conversion is provided below. I have tried both configs, TeX-AMS-MML_SVG-full and TeX-AMS-MML_HTMLorMML-full; both don't seem to work.

<math>
<mstyle mathsize="normal">
    <mrow>
      <mspace width=".2em" />
      <mi>Umhüllungszustand</mi>
      <mspace indentalign="left" linebreak="newline" />
      <mo>+</mo>
      <mi>Punkte</mi>
      <mspace width=".2em" />
      <mi>Überflutungsgebiet</mi>
    </mrow>
  </mstyle>
</math>

Mathjax_Umlaut_Bug.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions