Display Style
- Dominant language
- Haskell
- Stars
- 406
- Forks
- 86
- Avg merge
- 1h 25m
- Merged PRs (30d)
- 1
Description
I have attached a set of files which demonstrates a problem I have encountered when trying to convert a LaTeX document to DOCX with pandoc (version 1.19.2.1):
• the display style used in the last math problem is not recognized
All the .sty files on which the LaTeX file depends were located in the current working directory when executing the command:
pandoc -s sample.tex -o sample.docx
[tex_to_doc_conversion.zip](https://github.com/jgm/texmath/files/1086715/tex_to_doc_conversion.zip)
has the following files: 1) the original Tex document ("sample.tex"), 2) the output ("sample.docx") 3) the log file ("pandoc-run-debug.log") and 4) a PDF version of the file, which displays the formatting features that are lacking in the DOCX file.
Please add support for \displaystyle, \textstyle, \scriptstyle, and \scriptscriptstyle if possible.
Thank you.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.