Docx Reader: Add new file, TexChar.
This will allow us to deal with unicode characters from word equations. This part of the process will need to continue to be improved.
This commit is contained in:
parent
2bc0c77791
commit
9f4bacf86f
2 changed files with 4387 additions and 0 deletions
|
@ -329,6 +329,7 @@ Library
|
|||
Other-Modules: Text.Pandoc.Readers.Docx.Lists,
|
||||
Text.Pandoc.Readers.Docx.Reducible,
|
||||
Text.Pandoc.Readers.Docx.Parse,
|
||||
Text.Pandoc.Readers.Docx.TexChar,
|
||||
Text.Pandoc.Writers.Shared,
|
||||
Text.Pandoc.Asciify,
|
||||
Text.Pandoc.MIME,
|
||||
|
|
4386
src/Text/Pandoc/Readers/Docx/TexChar.hs
Normal file
4386
src/Text/Pandoc/Readers/Docx/TexChar.hs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue