www

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

opf.js (2313B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/opf.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     'Aopf': '\uD835\uDD38',
     24     'Bopf': '\uD835\uDD39',
     25     'Copf': '\u2102',
     26     'Dopf': '\uD835\uDD3B',
     27     'Eopf': '\uD835\uDD3C',
     28     'Fopf': '\uD835\uDD3D',
     29     'Gopf': '\uD835\uDD3E',
     30     'Hopf': '\u210D',
     31     'Iopf': '\uD835\uDD40',
     32     'Jopf': '\uD835\uDD41',
     33     'Kopf': '\uD835\uDD42',
     34     'Lopf': '\uD835\uDD43',
     35     'Mopf': '\uD835\uDD44',
     36     'Nopf': '\u2115',
     37     'Oopf': '\uD835\uDD46',
     38     'Popf': '\u2119',
     39     'Qopf': '\u211A',
     40     'Ropf': '\u211D',
     41     'Sopf': '\uD835\uDD4A',
     42     'Topf': '\uD835\uDD4B',
     43     'Uopf': '\uD835\uDD4C',
     44     'Vopf': '\uD835\uDD4D',
     45     'Wopf': '\uD835\uDD4E',
     46     'Xopf': '\uD835\uDD4F',
     47     'Yopf': '\uD835\uDD50',
     48     'Zopf': '\u2124',
     49     'aopf': '\uD835\uDD52',
     50     'bopf': '\uD835\uDD53',
     51     'copf': '\uD835\uDD54',
     52     'dopf': '\uD835\uDD55',
     53     'eopf': '\uD835\uDD56',
     54     'fopf': '\uD835\uDD57',
     55     'gopf': '\uD835\uDD58',
     56     'hopf': '\uD835\uDD59',
     57     'iopf': '\uD835\uDD5A',
     58     'jopf': '\uD835\uDD5B',
     59     'kopf': '\uD835\uDD5C',
     60     'lopf': '\uD835\uDD5D',
     61     'mopf': '\uD835\uDD5E',
     62     'nopf': '\uD835\uDD5F',
     63     'oopf': '\uD835\uDD60',
     64     'popf': '\uD835\uDD61',
     65     'qopf': '\uD835\uDD62',
     66     'ropf': '\uD835\uDD63',
     67     'sopf': '\uD835\uDD64',
     68     'topf': '\uD835\uDD65',
     69     'uopf': '\uD835\uDD66',
     70     'vopf': '\uD835\uDD67',
     71     'wopf': '\uD835\uDD68',
     72     'xopf': '\uD835\uDD69',
     73     'yopf': '\uD835\uDD6A',
     74     'zopf': '\uD835\uDD6B'
     75   });
     76 
     77   MathJax.Ajax.loadComplete(MATHML.entityDir+"/opf.js");
     78 
     79 })(MathJax.InputJax.MathML);