opf.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/opf.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. 'Aopf': '\uD835\uDD38',
  23. 'Bopf': '\uD835\uDD39',
  24. 'Copf': '\u2102',
  25. 'Dopf': '\uD835\uDD3B',
  26. 'Eopf': '\uD835\uDD3C',
  27. 'Fopf': '\uD835\uDD3D',
  28. 'Gopf': '\uD835\uDD3E',
  29. 'Hopf': '\u210D',
  30. 'Iopf': '\uD835\uDD40',
  31. 'Jopf': '\uD835\uDD41',
  32. 'Kopf': '\uD835\uDD42',
  33. 'Lopf': '\uD835\uDD43',
  34. 'Mopf': '\uD835\uDD44',
  35. 'Nopf': '\u2115',
  36. 'Oopf': '\uD835\uDD46',
  37. 'Popf': '\u2119',
  38. 'Qopf': '\u211A',
  39. 'Ropf': '\u211D',
  40. 'Sopf': '\uD835\uDD4A',
  41. 'Topf': '\uD835\uDD4B',
  42. 'Uopf': '\uD835\uDD4C',
  43. 'Vopf': '\uD835\uDD4D',
  44. 'Wopf': '\uD835\uDD4E',
  45. 'Xopf': '\uD835\uDD4F',
  46. 'Yopf': '\uD835\uDD50',
  47. 'Zopf': '\u2124',
  48. 'aopf': '\uD835\uDD52',
  49. 'bopf': '\uD835\uDD53',
  50. 'copf': '\uD835\uDD54',
  51. 'dopf': '\uD835\uDD55',
  52. 'eopf': '\uD835\uDD56',
  53. 'fopf': '\uD835\uDD57',
  54. 'gopf': '\uD835\uDD58',
  55. 'hopf': '\uD835\uDD59',
  56. 'iopf': '\uD835\uDD5A',
  57. 'jopf': '\uD835\uDD5B',
  58. 'kopf': '\uD835\uDD5C',
  59. 'lopf': '\uD835\uDD5D',
  60. 'mopf': '\uD835\uDD5E',
  61. 'nopf': '\uD835\uDD5F',
  62. 'oopf': '\uD835\uDD60',
  63. 'popf': '\uD835\uDD61',
  64. 'qopf': '\uD835\uDD62',
  65. 'ropf': '\uD835\uDD63',
  66. 'sopf': '\uD835\uDD64',
  67. 'topf': '\uD835\uDD65',
  68. 'uopf': '\uD835\uDD66',
  69. 'vopf': '\uD835\uDD67',
  70. 'wopf': '\uD835\uDD68',
  71. 'xopf': '\uD835\uDD69',
  72. 'yopf': '\uD835\uDD6A',
  73. 'zopf': '\uD835\uDD6B'
  74. });
  75. MathJax.Ajax.loadComplete(MATHML.entityDir+"/opf.js");
  76. })(MathJax.InputJax.MathML);