Diff for /loncom/html/adm/jsMath/extensions/HTML.js between versions 1.1 and 1.2

version 1.1, 2006/03/27 19:32:23 version 1.2, 2006/05/17 22:19:32
Line 97  jsMath.Package(jsMath.Parser,{ Line 97  jsMath.Package(jsMath.Parser,{
   /*    /*
    *  Insert a unicode reference as an Ord atom.  Its argument should     *  Insert a unicode reference as an Ord atom.  Its argument should
    *  be the unicode code point, e.g. \unicode{8211}, or \unicode{x203F}.     *  be the unicode code point, e.g. \unicode{8211}, or \unicode{x203F}.
    *  You can also specify the height and depth in ems, e.g.,     *  You can also specify the height (offset from the x height) and depth
    *  \unicode{8211,.6,-.3}     *  in ems, together with a CSS class for the character, e.g.,
      *  \unicode{8211,class,.2,-.3}
    */     */
   Unicode: function (name) {    Unicode: function (name) {
     var arg = this.GetArgument(this.cmd+name); if (this.error) return;      var arg = this.GetArgument(this.cmd+name); if (this.error) return;

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>