Support for equations
See original GitHub issueCurrently 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:
- Created 7 years ago
- Comments:9 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Any progess for this feature…?