Difference between revisions of "Help:MathML in Linux"
From SolarSailWiki
m |
m |
||
Line 10: | Line 10: | ||
** ttf-opensymbol | ** ttf-opensymbol | ||
* For Firefox, you need to disable Pango by creating a file called "rc" in your "~/.mozilla/firefox" directory that contains the following text, with NO spaces: MOZ_DISABLE_PANGO=1 | * For Firefox, you need to disable Pango by creating a file called "rc" in your "~/.mozilla/firefox" directory that contains the following text, with NO spaces: MOZ_DISABLE_PANGO=1 | ||
+ | |||
+ | There may be a few more issues, but this should be a good start. | ||
+ | See the previous links, particularly "Notes on MathML" for non-Debian based Linux systems. |
Latest revision as of 13:48, 8 May 2006
The primary problem with using MathML in Linux is installing the correct fonts and getting the web browser to use them. Mozilla browsers (non-Firefox) will use the fonts once available. Firefox has other issues that must be dealt with. The following web pages deal with these issues:
In the case of Debian Linux, MathML rendering can be gotten to work using the following steps:
- Install both of the following Debian packages, which contain fonts used by Mozilla in rendering MathML characters:
- latex-xft-fonts
- ttf-opensymbol
- For Firefox, you need to disable Pango by creating a file called "rc" in your "~/.mozilla/firefox" directory that contains the following text, with NO spaces: MOZ_DISABLE_PANGO=1
There may be a few more issues, but this should be a good start. See the previous links, particularly "Notes on MathML" for non-Debian based Linux systems.