diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 06:45:56 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-03-18 06:45:56 +0000 |
commit | 56217f100404bc277c53518436ea93973c7705ac (patch) | |
tree | e41352966698134d6a7031f2b29e52ba16be1868 /data/LaTeXMathML.js.comment | |
parent | d704f47b86f49a46fab91969ae3fc92957cc8149 (diff) | |
download | pandoc-56217f100404bc277c53518436ea93973c7705ac.tar.gz |
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
Diffstat (limited to 'data/LaTeXMathML.js.comment')
-rw-r--r-- | data/LaTeXMathML.js.comment | 16 |
1 files changed, 0 insertions, 16 deletions
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. -*/ |