a.ts 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. AElig: '\u00C6',
  20. AMP: '\u0026',
  21. Aacute: '\u00C1',
  22. Abreve: '\u0102',
  23. Acirc: '\u00C2',
  24. Acy: '\u0410',
  25. Agrave: '\u00C0',
  26. Alpha: '\u0391',
  27. Amacr: '\u0100',
  28. And: '\u2A53',
  29. Aogon: '\u0104',
  30. Aring: '\u00C5',
  31. Assign: '\u2254',
  32. Atilde: '\u00C3',
  33. Auml: '\u00C4',
  34. aacute: '\u00E1',
  35. abreve: '\u0103',
  36. ac: '\u223E',
  37. acE: '\u223E\u0333',
  38. acd: '\u223F',
  39. acirc: '\u00E2',
  40. acy: '\u0430',
  41. aelig: '\u00E6',
  42. af: '\u2061',
  43. agrave: '\u00E0',
  44. alefsym: '\u2135',
  45. amacr: '\u0101',
  46. andand: '\u2A55',
  47. andd: '\u2A5C',
  48. andslope: '\u2A58',
  49. andv: '\u2A5A',
  50. ange: '\u29A4',
  51. angle: '\u2220',
  52. angmsdaa: '\u29A8',
  53. angmsdab: '\u29A9',
  54. angmsdac: '\u29AA',
  55. angmsdad: '\u29AB',
  56. angmsdae: '\u29AC',
  57. angmsdaf: '\u29AD',
  58. angmsdag: '\u29AE',
  59. angmsdah: '\u29AF',
  60. angrt: '\u221F',
  61. angrtvb: '\u22BE',
  62. angrtvbd: '\u299D',
  63. angst: '\u00C5',
  64. angzarr: '\u237C',
  65. aogon: '\u0105',
  66. ap: '\u2248',
  67. apE: '\u2A70',
  68. apacir: '\u2A6F',
  69. apid: '\u224B',
  70. apos: '\u0027',
  71. approx: '\u2248',
  72. approxeq: '\u224A',
  73. aring: '\u00E5',
  74. ast: '\u002A',
  75. asymp: '\u2248',
  76. asympeq: '\u224D',
  77. atilde: '\u00E3',
  78. auml: '\u00E4',
  79. awconint: '\u2233',
  80. awint: '\u2A11'
  81. }, 'a');