www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

scr.js (2289B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/scr.js
      4  *
      5  *  Copyright (c) 2010-2015 The MathJax Consortium
      6  *
      7  *  Licensed under the Apache License, Version 2.0 (the "License");
      8  *  you may not use this file except in compliance with the License.
      9  *  You may obtain a copy of the License at
     10  *
     11  *     http://www.apache.org/licenses/LICENSE-2.0
     12  *
     13  *  Unless required by applicable law or agreed to in writing, software
     14  *  distributed under the License is distributed on an "AS IS" BASIS,
     15  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     16  *  See the License for the specific language governing permissions and
     17  *  limitations under the License.
     18  *
     19  */
     20 
     21 (function (MATHML) {
     22   MathJax.Hub.Insert(MATHML.Parse.Entity,{
     23     'Ascr': '\uD835\uDC9C',
     24     'Bscr': '\u212C',
     25     'Cscr': '\uD835\uDC9E',
     26     'Dscr': '\uD835\uDC9F',
     27     'Escr': '\u2130',
     28     'Fscr': '\u2131',
     29     'Gscr': '\uD835\uDCA2',
     30     'Hscr': '\u210B',
     31     'Iscr': '\u2110',
     32     'Jscr': '\uD835\uDCA5',
     33     'Kscr': '\uD835\uDCA6',
     34     'Lscr': '\u2112',
     35     'Mscr': '\u2133',
     36     'Nscr': '\uD835\uDCA9',
     37     'Oscr': '\uD835\uDCAA',
     38     'Pscr': '\uD835\uDCAB',
     39     'Qscr': '\uD835\uDCAC',
     40     'Rscr': '\u211B',
     41     'Sscr': '\uD835\uDCAE',
     42     'Tscr': '\uD835\uDCAF',
     43     'Uscr': '\uD835\uDCB0',
     44     'Vscr': '\uD835\uDCB1',
     45     'Wscr': '\uD835\uDCB2',
     46     'Xscr': '\uD835\uDCB3',
     47     'Yscr': '\uD835\uDCB4',
     48     'Zscr': '\uD835\uDCB5',
     49     'ascr': '\uD835\uDCB6',
     50     'bscr': '\uD835\uDCB7',
     51     'cscr': '\uD835\uDCB8',
     52     'dscr': '\uD835\uDCB9',
     53     'escr': '\u212F',
     54     'fscr': '\uD835\uDCBB',
     55     'gscr': '\u210A',
     56     'hscr': '\uD835\uDCBD',
     57     'iscr': '\uD835\uDCBE',
     58     'jscr': '\uD835\uDCBF',
     59     'kscr': '\uD835\uDCC0',
     60     'lscr': '\uD835\uDCC1',
     61     'mscr': '\uD835\uDCC2',
     62     'nscr': '\uD835\uDCC3',
     63     'oscr': '\u2134',
     64     'pscr': '\uD835\uDCC5',
     65     'qscr': '\uD835\uDCC6',
     66     'rscr': '\uD835\uDCC7',
     67     'sscr': '\uD835\uDCC8',
     68     'tscr': '\uD835\uDCC9',
     69     'uscr': '\uD835\uDCCA',
     70     'vscr': '\uD835\uDCCB',
     71     'wscr': '\uD835\uDCCC',
     72     'xscr': '\uD835\uDCCD',
     73     'yscr': '\uD835\uDCCE',
     74     'zscr': '\uD835\uDCCF'
     75   });
     76 
     77   MathJax.Ajax.loadComplete(MATHML.entityDir+"/scr.js");
     78 
     79 })(MathJax.InputJax.MathML);