From c243e5b67b0a3be6a713c6120da24e5e65cb0357 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Apr 2010 12:33:50 -0700 Subject: Use texmath's parser in TexMath module. * This replaces a lot of custom parser code, and expands the tex -> unicode conversion. * The behavior has also changed: if the whole formula can't be converted, the whole formula is left in raw TeX. Previously, pandoc converted parts of the formula to unicode and left other parts in raw TeX. * Added (but not yet exported) readTeXMath', which returns a Maybe. * Updated tests --- tests/s5.basic.html | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) (limited to 'tests/s5.basic.html') diff --git a/tests/s5.basic.html b/tests/s5.basic.html index 253bcab2f..659fc065a 100644 --- a/tests/s5.basic.html +++ b/tests/s5.basic.html @@ -309,31 +309,7 @@ > -- cgit v1.2.3