e.js 2.4 KB

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