The The
AMSmathExtensionamsmathAMS-LaTeX package implements a number of macros and environments that are not not built into jsMath by default. TheAMSmathextension to jsMath makes many of these available to you within your web pages. To activate them, include the command<SCRIPT> jsMath.Extension.Require("AMSmath"); </SCRIPT>in your HTML file after loading jsMath, or if you are using theeasy/load.jsfile, add"extensions/AMSmath.js"to theloadFilesarray:loadFiles: ["extensions/AMSmath.js"],Alternatively, you can use
<SPAN CLASS="math"> \require{AMSmath} </SPAN>to load the AMS extensions from within your typeset mathematics itself.Finally, if you are using the autoload plugin, you can set the
jsMath.Autoload.loadFilesarray to include"extensions/AMSmath.js"in order to have the extension loaded automatically when jsMath is needed.The
AMSmathextension defines the following macros:
\iint,\iiint,\iiiint,\idotsint\dddot,\ddddot\sideset(\undersetand\oversetare already included in jsMath)\stackrel,\substack\boxed\varliminf,\varlimsup,\varinjlim,\varprojlim\frac,\tfrac,\dfrac,\genfrac\binom,\dbinom,\tbinom\cfrac\lvert,\rvert,\lVert,\rVert\pmband the following environments:
align,align*,alignedmultline,multline*splitgather,gather*,gatheredsubarraysmallmatrixMost of the remaining
amsmathmacros are already available in jsMath (including the various over- and underarrows, the various matrix macros, and\boldsymbol).The various symbols in the
msam10andmsbm10fonts are defined in theAMSsymbolsextension. TheAMSmathextension does not load this automatically because the symbols require that you install those two fonts on your server; since not every installation makes them available, you must load theAMSsymbolsextension explicitly if you want to use the AMS symbol fonts.
|
|