From 56217f100404bc277c53518436ea93973c7705ac Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 18 Mar 2010 06:45:56 +0000 Subject: Added --mathml option; removed Text.Pandoc.LaTeXMathML. * Added data/MathMLinHTML.js, which is included when no URL is provided for --mathml. This allows MathML to be displayed in better browsers, as text/html. * The module was no longer necessary; its functionality (two lines) was incorporated into pandoc.hs. * Consolidated the two LaTeXMathML.js files into one. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1909 788f1e2b-df1e-0410-8736-df70ead52e1b --- data/LaTeXMathML.js.comment | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 data/LaTeXMathML.js.comment (limited to 'data/LaTeXMathML.js.comment') diff --git a/data/LaTeXMathML.js.comment b/data/LaTeXMathML.js.comment deleted file mode 100644 index fc60b1f74..000000000 --- a/data/LaTeXMathML.js.comment +++ /dev/null @@ -1,16 +0,0 @@ -/* -LaTeXMathML.js from http://math.etsu.edu/LaTeXMathML/ -Adapted by Jeff Knisely and Douglas Woodall from ASCIIMathML.js v. 1.4.7, -(c) 2005 Peter Jipsen http://www.chapman.edu/~jipsen. - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or (at -your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License (at http://www.gnu.org/copyleft/gpl.html) -for more details. -*/ -- cgit v1.2.3