o.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/o.js
  4. *
  5. * Copyright (c) 2010-2018 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. 'OElig': '\u0152',
  23. 'Oacute': '\u00D3',
  24. 'Ocirc': '\u00D4',
  25. 'Ocy': '\u041E',
  26. 'Odblac': '\u0150',
  27. 'Ograve': '\u00D2',
  28. 'Omacr': '\u014C',
  29. 'Omicron': '\u039F',
  30. 'OpenCurlyDoubleQuote': '\u201C',
  31. 'OpenCurlyQuote': '\u2018',
  32. 'Or': '\u2A54',
  33. 'Oslash': '\u00D8',
  34. 'Otilde': '\u00D5',
  35. 'Otimes': '\u2A37',
  36. 'Ouml': '\u00D6',
  37. 'OverBracket': '\u23B4',
  38. 'OverParenthesis': '\u23DC',
  39. 'oS': '\u24C8',
  40. 'oacute': '\u00F3',
  41. 'oast': '\u229B',
  42. 'ocir': '\u229A',
  43. 'ocirc': '\u00F4',
  44. 'ocy': '\u043E',
  45. 'odash': '\u229D',
  46. 'odblac': '\u0151',
  47. 'odiv': '\u2A38',
  48. 'odot': '\u2299',
  49. 'odsold': '\u29BC',
  50. 'oelig': '\u0153',
  51. 'ofcir': '\u29BF',
  52. 'ogon': '\u02DB',
  53. 'ograve': '\u00F2',
  54. 'ogt': '\u29C1',
  55. 'ohbar': '\u29B5',
  56. 'ohm': '\u03A9',
  57. 'oint': '\u222E',
  58. 'olarr': '\u21BA',
  59. 'olcir': '\u29BE',
  60. 'olcross': '\u29BB',
  61. 'oline': '\u203E',
  62. 'olt': '\u29C0',
  63. 'omacr': '\u014D',
  64. 'omid': '\u29B6',
  65. 'ominus': '\u2296',
  66. 'opar': '\u29B7',
  67. 'operp': '\u29B9',
  68. 'oplus': '\u2295',
  69. 'orarr': '\u21BB',
  70. 'ord': '\u2A5D',
  71. 'order': '\u2134',
  72. 'orderof': '\u2134',
  73. 'ordf': '\u00AA',
  74. 'ordm': '\u00BA',
  75. 'origof': '\u22B6',
  76. 'oror': '\u2A56',
  77. 'orslope': '\u2A57',
  78. 'orv': '\u2A5B',
  79. 'oslash': '\u00F8',
  80. 'otilde': '\u00F5',
  81. 'otimes': '\u2297',
  82. 'otimesas': '\u2A36',
  83. 'ouml': '\u00F6',
  84. 'ovbar': '\u233D'
  85. });
  86. MathJax.Ajax.loadComplete(MATHML.entityDir+"/o.js");
  87. })(MathJax.InputJax.MathML);