www

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

a.js (2372B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/a.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     'AElig': '\u00C6',
     24     'AMP': '\u0026',
     25     'Aacute': '\u00C1',
     26     'Abreve': '\u0102',
     27     'Acirc': '\u00C2',
     28     'Acy': '\u0410',
     29     'Agrave': '\u00C0',
     30     'Alpha': '\u0391',
     31     'Amacr': '\u0100',
     32     'And': '\u2A53',
     33     'Aogon': '\u0104',
     34     'Aring': '\u00C5',
     35     'Assign': '\u2254',
     36     'Atilde': '\u00C3',
     37     'Auml': '\u00C4',
     38     'aacute': '\u00E1',
     39     'abreve': '\u0103',
     40     'ac': '\u223E',
     41     'acE': '\u223E\u0333',
     42     'acd': '\u223F',
     43     'acirc': '\u00E2',
     44     'acy': '\u0430',
     45     'aelig': '\u00E6',
     46     'af': '\u2061',
     47     'agrave': '\u00E0',
     48     'alefsym': '\u2135',
     49     'amacr': '\u0101',
     50     'amp': '\u0026',
     51     'andand': '\u2A55',
     52     'andd': '\u2A5C',
     53     'andslope': '\u2A58',
     54     'andv': '\u2A5A',
     55     'ange': '\u29A4',
     56     'angle': '\u2220',
     57     'angmsdaa': '\u29A8',
     58     'angmsdab': '\u29A9',
     59     'angmsdac': '\u29AA',
     60     'angmsdad': '\u29AB',
     61     'angmsdae': '\u29AC',
     62     'angmsdaf': '\u29AD',
     63     'angmsdag': '\u29AE',
     64     'angmsdah': '\u29AF',
     65     'angrt': '\u221F',
     66     'angrtvb': '\u22BE',
     67     'angrtvbd': '\u299D',
     68     'angst': '\u00C5',
     69     'angzarr': '\u237C',
     70     'aogon': '\u0105',
     71     'ap': '\u2248',
     72     'apE': '\u2A70',
     73     'apacir': '\u2A6F',
     74     'apid': '\u224B',
     75     'apos': '\u0027',
     76     'approx': '\u2248',
     77     'approxeq': '\u224A',
     78     'aring': '\u00E5',
     79     'ast': '\u002A',
     80     'asymp': '\u2248',
     81     'asympeq': '\u224D',
     82     'atilde': '\u00E3',
     83     'auml': '\u00E4',
     84     'awconint': '\u2233',
     85     'awint': '\u2A11'
     86   });
     87 
     88   MathJax.Ajax.loadComplete(MATHML.entityDir+"/a.js");
     89 
     90 })(MathJax.InputJax.MathML);