I am now in a position to release the extension that packages up LaTeX markup and submits it to a MathTeX server for rendering. Though with some small caveats.
The public MathTeX servers mentioned in the previous post are strictly for testing purposes only. You will need to setup a server of your own to ensure that you don't find that one day you no longer have a service to use. This may well be a problem for people using BlogEngine.net since MathTeX currently will only compile under unix/linux. By way of a solution I will be looking into getting my own public server up and running to provide a latex rendering service to the community (don't hold your breath for this). In the meantime a permanent solution for people who can't setup their own server would be to wrestle with the Windows build of MimeTeX. Sure it doesn't output .png's and the quality of the rendering isn't as good - but it works...
The Extension
Download: MathTeXExtension.zip (3.23 kb)
To install the extension simply drop the MathExtension.cs file into your App_Code/Extensions folder. Setting it up for use on your blog could not be easier - the extension makes use of the new extension manager to expose UI for the parameters.
To use it simply enclose the portions of LaTeX you want processed in BBCode style "math" tags. As with my other hastily released code for BlogEngine I can't make any guarantees about the code - it was definitely written on the fly in the dead of night, so your milage may vary. The most beautiful mathematical equation:
For a tutorial on MathTeX specific syntax see the MathTeX homepage. If you are new to latex then this LaTeX tutorial will help you get your feet wet.
Any issues, leave a comment and I will see what I can do.