[mandelbrot set] MATH DEPT Computer News, Volume 37


Click on RELOAD now. This page is frequently updated and you might be looking at an old version saved by your cache.


Putting TeX on the web.

Hey, I just tested putting TeX on the web as explained recently in the AMS Notices. It's easy and it works nicely.

See example for how it looks.

The HTML source file for that page is



<!DOCTYPE html>
<HTML>
<HEAD>
<title>Test page</title>
<script type="text/javascript"
src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML">
</script>
</HEAD>
<BODY>

<P>
This is a test of \(a\ne0\) and \(\int_a^b e^{x^2}\,dx\) and
\[(Pu)(z)= \int_\Omega K(z,w)u(w)\ dw\wedge d\bar w.\]

Also testing \(\int_{-\infty}^\infty \frac{\cos x}{x^2+1}\ dx\) and
\[\int_{-\infty}^\infty \frac{\cos x}{x^2+1}\ dx.\]

</P>

</BODY>
</HTML>


Back to the Network News Index Page