|
Some authors who have been using programs like The
mimeTeX
pluginmimeTeX
to generate images for their pages on the fly may find it convenient to use jsMath instead, as there is no need to generate images using jsMath. This is particularly convenient for bulletin-board systems or blogs, as it simplifies the installation, since you don't have to havemimeTeX
installed and working on the server.Some of the commands processed by
mimeTeX
are not standard TeX commands, and it treats others in a somewhat non-standard way, so if you have been usingmimeTeX
and wish to convert to jsMath, you may find that jsMath does not handle some of your previous content.The
mimeTeX
plugin for jsMath can help make this transition smoother. It implements many of the extra commands frommimeTeX
, and converts others to work more like howmimeTeX
does. It is not perfect, but goes a long way toward making jsMath compatible withmimeTeX
input.One major limitation is that jsMath does not implement the LaTeX picture environment (which is available in
mimeTeX
), so jsMath will not be able to display content that containsmimeTeX
pictures.To use the
mimTeX
plugin, include the line<SCRIPT> jsMath.Setup.Script("plugins/mimeTeX.js") </SCRIPT>just after the command that loads jsMath.js itself. No other modifications are needed to make themimeTeX
commands available to the mathematics processed by jsMath.
|
|