We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have deprecated that gem months ago, in favour of plurimath. In lib/coradoc/input/html/converters/math.rb,
stem = MathML2AsciiMath.m2a(stem) if Coradoc::Input::HTML.config.mathml2asciimath
needs to replaced by
stem = Plurimath::Math.parse(stem, :mathml).to_asciimath if Coradoc::Input::HTML.config.mathml2asciimath
The text was updated successfully, but these errors were encountered:
hmdne
No branches or pull requests
We have deprecated that gem months ago, in favour of plurimath. In lib/coradoc/input/html/converters/math.rb,
needs to replaced by
The text was updated successfully, but these errors were encountered: