Unfortunately, a web search only revealed no ready-made solutions. The most promising option was a Greasemonkey script from Wolverinex021. But, it used a web service to interpret
which is no longer supported. The second most promising option was the wonderful site CodeCogs. CodeCogs has many ways to render , a page on Blogger integration, and two JavaScript scripts to automatically render snippets in the page. There is only one problem with their suggested approach. Most readers use an RSS aggregator to follow feeds, and the JavaScript will be bypassed. But CodeCogs does have a CGI renderer just like the one used by the Greasemonkey script.All that is needed then is to combine the two options. My trivial contribution to Blogger equation typesetting is this Greasemonkey script.2
The following has changed since the original script:
- Use CodeCogs for rendering.
- Use CodeCogs to render the icon in the Blogger editor.
- Some formatting changes for readability.
- Support for unrendering. This was a useful missing feature.
- Added alt text for typeset equations.
Typeset away...
1 I believe this is his blog.
2 In Blogger settings, choose the "old" editor.