docx to html conversion: aligned equations not working
Open
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
I am converting docx to html using pandoc (v2.9.1) called from conda Python (3.7.1).
I have attached two examples of aligned equations in a docx file where I have aligned them at the equality sign within the Word document.
[testmath.docx](https://github.com/jgm/texmath/files/4008586/testmath.docx)
The Latex code lacks the \begin{aligned} ... \end{aligned} words, lacks the decorated equality sign '&=' needed for alignment, and the line breaks are not properly implemented.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.