Scheme to MathML Examples

Note: If your browser is not displaying these examples correctly, see Installing and using MathML.

You can display math formulas on web pages, using embedded Scheme expressions, for example:

The code that generated the above line was

<p align="center">
")
?>
</p>

You can also mix mathematics like into the text.

The code that generated the above line was

You can also mix mathematics like
")
?>
into the text.

And you can use Scheme procedures to generate complex expressions in chunks:

The code that generated the above expression was

")
?>


Hal Abelson(hal@mit.edu)
Last modified: Tue, 8 Jun 2004 22:11:47 -0400