e.ts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import * as Entities from '../Entities.js';
  18. Entities.add({
  19. ENG: '\u014A',
  20. ETH: '\u00D0',
  21. Eacute: '\u00C9',
  22. Ecaron: '\u011A',
  23. Ecirc: '\u00CA',
  24. Ecy: '\u042D',
  25. Edot: '\u0116',
  26. Egrave: '\u00C8',
  27. Emacr: '\u0112',
  28. EmptySmallSquare: '\u25FB',
  29. EmptyVerySmallSquare: '\u25AB',
  30. Eogon: '\u0118',
  31. Epsilon: '\u0395',
  32. Equal: '\u2A75',
  33. Esim: '\u2A73',
  34. Eta: '\u0397',
  35. Euml: '\u00CB',
  36. eDDot: '\u2A77',
  37. eDot: '\u2251',
  38. eacute: '\u00E9',
  39. easter: '\u2A6E',
  40. ecaron: '\u011B',
  41. ecirc: '\u00EA',
  42. ecolon: '\u2255',
  43. ecy: '\u044D',
  44. edot: '\u0117',
  45. ee: '\u2147',
  46. eg: '\u2A9A',
  47. egrave: '\u00E8',
  48. egsdot: '\u2A98',
  49. el: '\u2A99',
  50. elinters: '\u23E7',
  51. elsdot: '\u2A97',
  52. emacr: '\u0113',
  53. emptyset: '\u2205',
  54. emptyv: '\u2205',
  55. emsp: '\u2003',
  56. emsp13: '\u2004',
  57. emsp14: '\u2005',
  58. eng: '\u014B',
  59. ensp: '\u2002',
  60. eogon: '\u0119',
  61. epar: '\u22D5',
  62. eparsl: '\u29E3',
  63. eplus: '\u2A71',
  64. epsilon: '\u03B5',
  65. eqcirc: '\u2256',
  66. eqcolon: '\u2255',
  67. eqsim: '\u2242',
  68. eqslantgtr: '\u2A96',
  69. eqslantless: '\u2A95',
  70. equals: '\u003D',
  71. equest: '\u225F',
  72. equiv: '\u2261',
  73. equivDD: '\u2A78',
  74. eqvparsl: '\u29E5',
  75. erarr: '\u2971',
  76. esdot: '\u2250',
  77. esim: '\u2242',
  78. euml: '\u00EB',
  79. euro: '\u20AC',
  80. excl: '\u0021',
  81. exist: '\u2203',
  82. expectation: '\u2130',
  83. exponentiale: '\u2147'
  84. }, 'e');