Skip to content

SVG unknown char messages when SVG output is not set #378

@pkra

Description

@pkra

Originally reported at pkra/mathjax-node-page#56.

The following will produce "SVG - Unknown character: U+C in MathJax_Main,MathJax_Size1,MathJax_AMS" etc.

var mjAPI = require("mathjax-node");
mjAPI.typeset({
  math: 'a = \frac{\text{some text with umlauts äöü}}{1.23}',
  format: "TeX", // "inline-TeX", "MathML"
  mml:true,
}, function (data) {
  if (!data.errors) {console.log(data.mml)}
});

On the other hand, there are no MML Unknown Char messages so I'm guessing the message hooks are not set up correctly. Maybe they should just be independent of the output anyway?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions