To properly view this site, you need to have a mathML aware browser installed on your system. I have collected here some links and notes on how to do so. I mostly focus on mozilla/firefox for which you should check out their project page. There are other options for using mathML aware browsers, you might try checking theMIT project page. Once you have such a browser, an up to date firefox is just fine, the main issue is making sure that you have fonts installed and setup properly on your system. Here are some instructions:
- Installing fonts on Linux
- Installer and instructions for fonts on Windows
- Installer and instructions for fonts on Macs
Quirks: On Linux, I have been using Fedora 5 (beta) and firefox and pango decided to not play well together in regards to supporting mathML. Some characterstics of this are horrible spacing and the appearance of “dominoes” instead of math symbols. Until this problem is fixed, you will need to disable the use of pango in firefox. To do this you will need to edit /usr/bin/firefox and make sure that these lines:
#MOZ_DISABLE_PANGO=1
#export MOZ_DISABLE_PANGO
are changed to:
MOZ_DISABLE_PANGO=1
export MOZ_DISABLE_PANGO



