www

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

g.js (2208B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/g.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     'GJcy': '\u0403',
     24     'GT': '\u003E',
     25     'Gammad': '\u03DC',
     26     'Gbreve': '\u011E',
     27     'Gcedil': '\u0122',
     28     'Gcirc': '\u011C',
     29     'Gcy': '\u0413',
     30     'Gdot': '\u0120',
     31     'GreaterGreater': '\u2AA2',
     32     'Gt': '\u226B',
     33     'gE': '\u2267',
     34     'gacute': '\u01F5',
     35     'gammad': '\u03DD',
     36     'gbreve': '\u011F',
     37     'gcirc': '\u011D',
     38     'gcy': '\u0433',
     39     'gdot': '\u0121',
     40     'ge': '\u2265',
     41     'gel': '\u22DB',
     42     'geq': '\u2265',
     43     'geqq': '\u2267',
     44     'geqslant': '\u2A7E',
     45     'ges': '\u2A7E',
     46     'gescc': '\u2AA9',
     47     'gesdot': '\u2A80',
     48     'gesdoto': '\u2A82',
     49     'gesdotol': '\u2A84',
     50     'gesl': '\u22DB\uFE00',
     51     'gesles': '\u2A94',
     52     'gg': '\u226B',
     53     'ggg': '\u22D9',
     54     'gjcy': '\u0453',
     55     'gl': '\u2277',
     56     'glE': '\u2A92',
     57     'gla': '\u2AA5',
     58     'glj': '\u2AA4',
     59     'gnapprox': '\u2A8A',
     60     'gneq': '\u2A88',
     61     'gneqq': '\u2269',
     62     'grave': '\u0060',
     63     'gsim': '\u2273',
     64     'gsime': '\u2A8E',
     65     'gsiml': '\u2A90',
     66     'gtcc': '\u2AA7',
     67     'gtcir': '\u2A7A',
     68     'gtlPar': '\u2995',
     69     'gtquest': '\u2A7C',
     70     'gtrapprox': '\u2A86',
     71     'gtrarr': '\u2978',
     72     'gtrdot': '\u22D7',
     73     'gtreqless': '\u22DB',
     74     'gtreqqless': '\u2A8C',
     75     'gtrless': '\u2277',
     76     'gtrsim': '\u2273',
     77     'gvertneqq': '\u2269\uFE00',
     78     'gvnE': '\u2269\uFE00'
     79   });
     80 
     81   MathJax.Ajax.loadComplete(MATHML.entityDir+"/g.js");
     82 
     83 })(MathJax.InputJax.MathML);