Notes
Intro
jsMath
Details
MathML
XHTML
The advantage of MathJax is that equations are input as mathematicians/scientists... are acustomed to doing in Latex.
In the future when mathematics is part of html jsMath can render maths with MathML natively in the browser. Mathematics is currently rendered partially and inconsisently - font issues, MS ....
Header for my website with paths valid for base/p1/math/xxx/ and strict html 4.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title> </title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../comsci/css/s011.css" >
<link rel='SHORTCUT ICON' href='../../comsci/images/FrameHome.ico' >
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
<script type="text/javascript" src="../../../MathJax/MathJax.js" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
});
</script>
</head>
Javascript for mathematics, MathJax is the successor of jsMath.
jsMath: A Method of Including Mathematics in Web Pages forums