a.js 2.3 KB

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