help with my code
hai,
nw i m working using jsMath.It is said that by using the plugin tex2math there is no need to use <SPAN>or <DIV> block in the html page.This plugin would automatically look in for a $ or \(..\) or \[..]\ and convert it to <DIV> or <SPAN>.But this is not working...
this simple code too is not working....
<html>
<BODY>
<SCRIPT SRC="path-to-jsMath/jsMath.js"></SCRIPT>
<SCRIPT>jsMath.Setup.Script("plugins/tex2math.js"); </SCRIPT>
<SCRIPT>
window.onload = function () {
jsMath.ConvertLaTeX(document);
jsMath.Process(document);
}
</SCRIPT>
$x_{0}$
$$x_{0}$$
</BODY>
</html>
can anybody help me with this...
very urgent...
kind regards..
thank you

