Road Sign Math

driving + math = fun

Road Sign Math header image 2

RSM: Now With Better Math

July 12th, 2005 · 1 Comment

Announce

For quite some time we have searched for better ways to display the formulas for our mathematically significant roadsigns. The obvious place to look was for MathML, however, browser support for MathML is almost nil.

A visitor to Road Sign Math pointed out a great tool called jsMath written by Davide P. Cervone. This JavaScript library has proven to be a great way to display math functions on the web. It allows you to embed TeX commands into your HTML and then turn that into well formatted functions. As a result, you will not have to suffer through things like

( 4 + 5) / 3 = 3

and instead the much better looking

{ 4 + 5 \over 3 } = 3

or even more substantially we can show a real square root, so the former notation of

SqRt(9) = 3

changes to the much more appropriate

\sqrt 9 = 3

Hats off to Davide for such a great tool!

One of the only downsides of this is that the math will show up as “raw” TeX commands in the RSS feed. You will have to click onto the link and go to the website to see the math solution formatted properly.

Tags: Announcement

1 response so far ↓

  • 1 Paul Topping // Sep 14, 2005 at 7:25 pm

    MathML may not have great browser support but it is far from "nil". Not only does it work in Mozilla/Netscape/Firefox but in Internet Explorer with our free MathPlayer plugin. See http://www.dessci.com/mathplayer for download and instructions on how to create HTML or XHMTL that works in all these browsers.

    Paul

Leave a Comment