axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] jsMath


From: Eitan Gurari
Subject: Re: [Axiom-developer] jsMath
Date: Sun, 18 Dec 2005 21:24:54 -0500

 > FYI, 3.0 was just released, including a pile of patches I sent Davide
 > that help make jsMath XHTML-compatible.

Not yet. The content of the <div class="math">...</div> and <span
class="math">...</span> elements should be enclosed by the delimiters
`<![CDATA[' and ']]>'.  That is, the math entries should look like

     <div class="math"><![CDATA[  ...  ]]></div>

and 

     <span class="math"><![CDATA[ ... ]]></span>

Without such delimiters, the characters &, < , and > of latex make the
code invalid, and make it impossible to validate and post process the
html code and.

-eitan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]