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

Remove dependency on mathml2asciimath #144

Open
opoudjis opened this issue Dec 24, 2024 · 0 comments
Open

Remove dependency on mathml2asciimath #144

opoudjis opened this issue Dec 24, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@opoudjis
Copy link
Contributor

opoudjis commented Dec 24, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

2 participants