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.If you are using the
easy/load.jsfile, add"extensions/AMSmath.js"to theloadFilesarrayloadFiles: ["extensions/AMSmath.js"],in order to active theAMSmathextension. If you are using the autoload plugin instead ofeasy/load.js, you can set thejsMath.Autoload.loadFilesarray to include"extensions/AMSmath.js"in order to have the extension loaded automatically when jsMath is needed.If you are loading
jsMath.jsby hand rather than usingeasy/load.jsor theautoloadplugin, then include the command<SCRIPT> jsMath.Extension.Require("AMSmath"); </SCRIPT>in your HTML file after loading jsMath. Alternatively, you can use<SPAN CLASS="math"> \require{AMSmath} </SPAN>to load the AMS extensions from within your typeset mathematics itself.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.
|
|