This is a sample file showing you how to use jsMath to display mathematics
in your web pages. Most of the work is done by javascript files in a
central location. There is a tex2math plugin that will use
the presence of dollar signs in your page to identify mathematical
content. This is usually set to ignore single dollar signs, as in
$(-b\pm\sqrt{b^2-4ac})/2a$, but to render it as math if double dollar
signs are used, as in
$$
-b\pm\sqrt{b^2-4ac}\over 2a
$$
There are html tags that can always be used to mark the
mathematical content, as
in (-b\pm\sqrt{b^2-4ac})/2a, or in the
display defining the Laplace transform:
F(s)=\int_0^\infty f(t)e^{-st}\,dt.
Try these constructions with all simple mathematical content that you
want to add to web page. This is no substitute for
complete \TeX documents prepared
as pdf files, but it is easy to use to add simple expressions
to your pages.