www

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

e.js (2441B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/e.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     'ENG': '\u014A',
     24     'ETH': '\u00D0',
     25     'Eacute': '\u00C9',
     26     'Ecaron': '\u011A',
     27     'Ecirc': '\u00CA',
     28     'Ecy': '\u042D',
     29     'Edot': '\u0116',
     30     'Egrave': '\u00C8',
     31     'Emacr': '\u0112',
     32     'EmptySmallSquare': '\u25FB',
     33     'EmptyVerySmallSquare': '\u25AB',
     34     'Eogon': '\u0118',
     35     'Epsilon': '\u0395',
     36     'Equal': '\u2A75',
     37     'Esim': '\u2A73',
     38     'Eta': '\u0397',
     39     'Euml': '\u00CB',
     40     'eDDot': '\u2A77',
     41     'eDot': '\u2251',
     42     'eacute': '\u00E9',
     43     'easter': '\u2A6E',
     44     'ecaron': '\u011B',
     45     'ecirc': '\u00EA',
     46     'ecolon': '\u2255',
     47     'ecy': '\u044D',
     48     'edot': '\u0117',
     49     'ee': '\u2147',
     50     'eg': '\u2A9A',
     51     'egrave': '\u00E8',
     52     'egsdot': '\u2A98',
     53     'el': '\u2A99',
     54     'elinters': '\u23E7',
     55     'elsdot': '\u2A97',
     56     'emacr': '\u0113',
     57     'emptyset': '\u2205',
     58     'emptyv': '\u2205',
     59     'emsp': '\u2003',
     60     'emsp13': '\u2004',
     61     'emsp14': '\u2005',
     62     'eng': '\u014B',
     63     'ensp': '\u2002',
     64     'eogon': '\u0119',
     65     'epar': '\u22D5',
     66     'eparsl': '\u29E3',
     67     'eplus': '\u2A71',
     68     'epsilon': '\u03B5',
     69     'eqcirc': '\u2256',
     70     'eqcolon': '\u2255',
     71     'eqsim': '\u2242',
     72     'eqslantgtr': '\u2A96',
     73     'eqslantless': '\u2A95',
     74     'equals': '\u003D',
     75     'equest': '\u225F',
     76     'equiv': '\u2261',
     77     'equivDD': '\u2A78',
     78     'eqvparsl': '\u29E5',
     79     'erarr': '\u2971',
     80     'esdot': '\u2250',
     81     'esim': '\u2242',
     82     'euml': '\u00EB',
     83     'euro': '\u20AC',
     84     'excl': '\u0021',
     85     'exist': '\u2203',
     86     'expectation': '\u2130',
     87     'exponentiale': '\u2147'
     88   });
     89 
     90   MathJax.Ajax.loadComplete(MATHML.entityDir+"/e.js");
     91 
     92 })(MathJax.InputJax.MathML);