composing HTML documents with text + Maxima stuff



On 2013-11-26, Raymond Toy <toy.raymond at gmail.com> wrote:

> My limited understanding is that MathML isn't very well
> supported. (Firefox supports it reasonably well, but gets some things
> wrong; Chrome doesn't at all. Don't know about any others.) SVG
> support isn't great in browsers either.
>
> The web pages I've seen with nice display of math seem to use
> MathJax (www.mathjax.org). Pages with nice plots sometimes use flot
> (www.floatchargs.org). Both of these use Javascript. I've never used
> MathJax. I've used flot for some simple plotting of data; it's fairly
> easy, even if you don't know very much Javascript.

Thanks for the tips, Ray. Looks like Blogspot allows MathJax in blogs
which they host; for the record, with Wordpress, you have to install a
plugin which isn't currently available for blogs they host, only self-
hosted blogs. MathJax definitely looks better than MathML, from what I
can tell.

As for plots, flot looks nice, but I haven't figured out whether one
can use it (or any other plotting package) in a Blogspot blog. As for
SVG, I gather that IE9 understands it but not any prior version.
Of course one can embed images but I'd rather steer away from that.

For code, looks like a simple <pre>...</pre> is enough, although I
wouldn't mind colorization. Haven't figured that out.

best

Robert Dodier