www

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

i.js (2256B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/i.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     'IEcy': '\u0415',
     24     'IJlig': '\u0132',
     25     'IOcy': '\u0401',
     26     'Iacute': '\u00CD',
     27     'Icirc': '\u00CE',
     28     'Icy': '\u0418',
     29     'Idot': '\u0130',
     30     'Igrave': '\u00CC',
     31     'Imacr': '\u012A',
     32     'Implies': '\u21D2',
     33     'Int': '\u222C',
     34     'Iogon': '\u012E',
     35     'Iota': '\u0399',
     36     'Itilde': '\u0128',
     37     'Iukcy': '\u0406',
     38     'Iuml': '\u00CF',
     39     'iacute': '\u00ED',
     40     'ic': '\u2063',
     41     'icirc': '\u00EE',
     42     'icy': '\u0438',
     43     'iecy': '\u0435',
     44     'iexcl': '\u00A1',
     45     'iff': '\u21D4',
     46     'igrave': '\u00EC',
     47     'ii': '\u2148',
     48     'iiiint': '\u2A0C',
     49     'iiint': '\u222D',
     50     'iinfin': '\u29DC',
     51     'iiota': '\u2129',
     52     'ijlig': '\u0133',
     53     'imacr': '\u012B',
     54     'image': '\u2111',
     55     'imagline': '\u2110',
     56     'imagpart': '\u2111',
     57     'imof': '\u22B7',
     58     'imped': '\u01B5',
     59     'in': '\u2208',
     60     'incare': '\u2105',
     61     'infintie': '\u29DD',
     62     'inodot': '\u0131',
     63     'int': '\u222B',
     64     'integers': '\u2124',
     65     'intercal': '\u22BA',
     66     'intlarhk': '\u2A17',
     67     'intprod': '\u2A3C',
     68     'iocy': '\u0451',
     69     'iogon': '\u012F',
     70     'iprod': '\u2A3C',
     71     'iquest': '\u00BF',
     72     'isin': '\u2208',
     73     'isinE': '\u22F9',
     74     'isindot': '\u22F5',
     75     'isins': '\u22F4',
     76     'isinsv': '\u22F3',
     77     'isinv': '\u2208',
     78     'it': '\u2062',
     79     'itilde': '\u0129',
     80     'iukcy': '\u0456',
     81     'iuml': '\u00EF'
     82   });
     83 
     84   MathJax.Ajax.loadComplete(MATHML.entityDir+"/i.js");
     85 
     86 })(MathJax.InputJax.MathML);