1-ODT export looks fugly due to grainy equations and large fonts, but maybe people never use those massive fonts in practice?
2	-overrendering Latex images then shrinking them with width/height tags makes the HTML version look ugly instead (no smoothing).
3-SVG support?
4	-use pdf2svg?
5	-use dvisvgm? output seems weird on my first try at it.
6	-firefox 3.6.15 (for example) does not support SVG in image tags, but firefox 4 does.
7		- using object tag instead means no tooltip text, no linking.
8	-perhaps a bit premature.
9-MimeTex support
10	-shouldn't be too hard to hack in. need to check if it supports \begin{} \end{} environments.
11-\includegraphics support will work if one puts a \graphicspath line in the preamble...
12  - that could be keyed into the current namespace; but on second thought, that
13	  breaks the idea of having images tagged by checksum (it would depend in which
14		namespace the equation is compiled). instead, admins should just make \graphicspath
15		manually and set it to a specific shared point, in a small wiki.
16