question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for equations

See original GitHub issue

Currently it ignores equations with the following warning An unrecognised element was ignored: {http://schemas.openxmlformats.org/officeDocument/2006/math}oMath

Is it possible to add support for equations?

Thanks for all your work. 😃

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
zlqmcommented, Apr 21, 2020

There is a trick to convert equation inside a docx file into LaTeX.

As equation is stored as omath tag inside word/document.xml, we can extract it out and transform it into LaTeX format, then put it back as normal text.

Here is a demo

2reactions
vikasviskingcommented, Jan 14, 2019

Any progess for this feature…?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Write an equation or formula - Microsoft Support
Learn how to insert, change, or write an equation or formula in Microsoft Word. ... Select Insert > Equation or press Alt +...
Read more >
Math equations – Notion Help Center
Notion uses the KaTeX library to render math equations, which supports a large subset of LaTeX ... Scroll down and choose Block equation...
Read more >
Add mathematical equations in Pages on Mac - Apple Support
In Pages on your Mac, add equations and mathematical expressions to your document using LaTeX commands or MathML elements.
Read more >
Math support in Markdown | The GitHub Blog
We are pleased to announce that math expressions can now be rendered natively in Markdown on GitHub.
Read more >
Help:Displaying a formula - Wikipedia
The visual editor shows a button that allows to choose one of three offered modes to display a formula. There are three methods...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found