|
Cookbook /
LaTeXMathMLSummary: Translating LaTeX math notation dynamically to Presentation MathML
Version: 2007-10-04
Prerequisites: pmwiki-2.0.0
Status: Stable
Maintainer: Nicolas Poulain
Categories: Markup
Download: LaTeXMathML.zipΔ
Questions answered by this recipe
DescriptionEmbed MathML contents in webpages with LaTeX syntax. NotesLaTeXMathML is a JavaScript program has been created by modifying Peter Jipsen's ASCIIMathML.js script.
include_once('cookbook/LaTeXMathML.php');
The script adds $$ ... $$ and $...$ markups that display MathML from LaTeX syntax, the first form centers the equation, while the second generates the equation "inline". ![]() Release NotesCommentsAchoo, 02 July 2008: Thanks for the great job! However, while the markup $ .. $ for inline mode works fine, I can't manage to make the display mode $$ .. $$ to work. Any ideas/clues? (note: when I unzip the attachment it gives the date of 2006 instead of 2007, is it possible that the old version is uploaded by mistake?) See Also
Contributors |