From f36ce015c4ba1d638f3b4009419f11c3d5ffa768 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:13:16 +0000 Subject: Fixed up LaTeXMathML module not to use TH. Instead, we read the script in pandoc.hs, and pass it via variables. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1702 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/Text/Pandoc/LaTeXMathML.hs | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/LaTeXMathML.hs b/src/Text/Pandoc/LaTeXMathML.hs index 8cdd3cd21..020d626c0 100644 --- a/src/Text/Pandoc/LaTeXMathML.hs +++ b/src/Text/Pandoc/LaTeXMathML.hs @@ -6,11 +6,8 @@ import Text.Pandoc.Shared (readDataFile) -- | String containing LaTeXMathML javascript. latexMathMLScript :: IO String -latexMathMLScript = undefined -{- latexMathMLScript = do jsCom <- readDataFile $ "data" "LaTeXMathML.js.comment" jsPacked <- readDataFile $ "data" "LaTeXMathML.js.packed" return $ "\n" --} -- cgit v1.2.3