diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-06 09:07:00 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-06 09:07:00 -0700 |
commit | 444b1c2ad8e2fd7eb42afccf18492350714fcb83 (patch) | |
tree | 8dcc4177a87aaa67b781337bed3ddf5e4d940306 /pandoc.cabal | |
parent | 192a33cc6170fc8db8ea8fe2f0f25cd07ca823a1 (diff) | |
parent | cd9ca5a18a7b83e417a543221586384223d58a52 (diff) | |
download | pandoc-444b1c2ad8e2fd7eb42afccf18492350714fcb83.tar.gz |
Merge pull request #1491 from jkr/texmath-equations
Docx Reader: Use TeXMath for writing equations.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index d7bc5479e..b30ce37aa 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -323,7 +323,6 @@ 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, |