i.js 2.2 KB

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