aboutsummaryrefslogtreecommitdiff
path: root/js/mathjax/jax/input/MathML/entities/i.js
blob: 3ee68f46566120234a248fc82d6288671f13ee2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
// @license magnet:?xt=urn:btih:8e4f440f4c65981c5bf93c76d35135ba5064d8b7dn=apache-2.0.txt Apache-2.0
/*************************************************************
 *
 *  MathJax/jax/output/HTML-CSS/entities/i.js
 *
 *  Copyright (c) 2010-2020 The MathJax Consortium
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *
 */

(function (MATHML) {
  MathJax.Hub.Insert(MATHML.Parse.Entity,{
    'IEcy': '\u0415',
    'IJlig': '\u0132',
    'IOcy': '\u0401',
    'Iacute': '\u00CD',
    'Icirc': '\u00CE',
    'Icy': '\u0418',
    'Idot': '\u0130',
    'Igrave': '\u00CC',
    'Imacr': '\u012A',
    'Implies': '\u21D2',
    'Int': '\u222C',
    'Iogon': '\u012E',
    'Iota': '\u0399',
    'Itilde': '\u0128',
    'Iukcy': '\u0406',
    'Iuml': '\u00CF',
    'iacute': '\u00ED',
    'ic': '\u2063',
    'icirc': '\u00EE',
    'icy': '\u0438',
    'iecy': '\u0435',
    'iexcl': '\u00A1',
    'iff': '\u21D4',
    'igrave': '\u00EC',
    'ii': '\u2148',
    'iiiint': '\u2A0C',
    'iiint': '\u222D',
    'iinfin': '\u29DC',
    'iiota': '\u2129',
    'ijlig': '\u0133',
    'imacr': '\u012B',
    'image': '\u2111',
    'imagline': '\u2110',
    'imagpart': '\u2111',
    'imof': '\u22B7',
    'imped': '\u01B5',
    'in': '\u2208',
    'incare': '\u2105',
    'infintie': '\u29DD',
    'inodot': '\u0131',
    'int': '\u222B',
    'integers': '\u2124',
    'intercal': '\u22BA',
    'intlarhk': '\u2A17',
    'intprod': '\u2A3C',
    'iocy': '\u0451',
    'iogon': '\u012F',
    'iprod': '\u2A3C',
    'iquest': '\u00BF',
    'isin': '\u2208',
    'isinE': '\u22F9',
    'isindot': '\u22F5',
    'isins': '\u22F4',
    'isinsv': '\u22F3',
    'isinv': '\u2208',
    'it': '\u2062',
    'itilde': '\u0129',
    'iukcy': '\u0456',
    'iuml': '\u00EF'
  });

  MathJax.Ajax.loadComplete(MATHML.entityDir+"/i.js");

})(MathJax.InputJax.MathML);
// @license-end