MathML and displaying Math on the web
http://pear.math.pitt.edu/mathzilla/itex2mmlFrag.html23rd of January 2004
My near-future hope is to set up my own weblog where each new blog item is my write-up of notes from my math lectures. The purpose of this is twofold:
- Study my notes from lectures
- Learn more about web development with odd content/format
I then need to be able to write mathematical expressions in my HTML using TeX syntax and have the expressions converted to images. TeX (father of LaTeX (father of Itex)) looks like this:
\[ \sum_{n=1}^\infty \frac{1}{n} \text{ is divergent,
but } \lim_{n \to \infty} \sum_{i=1}^n \frac{1}{i}
- \ln n \text{ exists.}\]
You can hopefully see the results here
This needs to be converted then somehow. Now, what I've found is itex2MML which looks promising. There's no double-clickable installer get this up and running, but altogether this might help me learn more about Debian (what this server runs on).
I've so far had a look at latex2html but it doesn't work yet and there's a lot of management with imagefiles and the conversion is pretty slow. If I can't work it out with MathML, I'll give latex2html another bash.
Some links for this little project:
- MathML in Mozilla (unofficial, old)
- MathML in Mozilla
- Fonts for MathML-enabled Mozilla
- Itex2MML main page
- Itex2MML File conversion
- About Itex
- mathmled - MathML Editor for Mozilla
- Mathematical Markup Language (MathML) Version 2.0 (Second Edition)
- More about Latex2HTML and Mathematics
Tweet