[HOME] jsMath (Authors) [Prev][Up][Skip][Next]

The moreArrows Extension

This extension adds several new commands to jsMath for handling arrows with symbols above or below them. These include: Each of these takes one argument, which is the item to be placed above the arrow, and each also takes an optional argument enclosed in brackets that will be placed below the arrow. For example, \xrightarrow[\alpha]{\beta} would make a right arrow with an alpha below it and a beta above it.

To activate the moreArrows extension, add "extensions/moreArrows.js" to the loadFiles array in your easy/load.js file:

    loadFiles: ["extensions/moreArrows.js"],

If you are using the autoload plugin rather than easy/load.js, you can set the jsMath.Autoload.loadFiles array to include "extensions/moreArrows.js" in order to have the extension loaded automatically when jsMath is needed.

If you are loading jsMath.js by hand rather than using easy/load.js or the autoload plugin, then include the command

    <SCRIPT>
      jsMath.Extension.Require("moreArrows");
    </SCRIPT>
in your HTML file after loading jsMath. Alternatively, you can use
    <SPAN CLASS="math">
      \require{moreArrows}
    </SPAN>
to activate the extension from within the typeset mathematics itself.


Get jsMath at SourceForge.net. Fast, secure and Free Open Source software downloads [HOME] jsMath web pages
Created: 20 Mar 2006
Last modified: 13 Sep 2008 08:37:07
Comments to: dpvc@union.edu
[Next] The verb Extension
[Skip] Browser Support for jsMath
[Up] Information for jsMath Authors
[Prev] The boldsymbol Extension