scr.js 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/scr.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. 'Ascr': '\uD835\uDC9C',
  23. 'Bscr': '\u212C',
  24. 'Cscr': '\uD835\uDC9E',
  25. 'Dscr': '\uD835\uDC9F',
  26. 'Escr': '\u2130',
  27. 'Fscr': '\u2131',
  28. 'Gscr': '\uD835\uDCA2',
  29. 'Hscr': '\u210B',
  30. 'Iscr': '\u2110',
  31. 'Jscr': '\uD835\uDCA5',
  32. 'Kscr': '\uD835\uDCA6',
  33. 'Lscr': '\u2112',
  34. 'Mscr': '\u2133',
  35. 'Nscr': '\uD835\uDCA9',
  36. 'Oscr': '\uD835\uDCAA',
  37. 'Pscr': '\uD835\uDCAB',
  38. 'Qscr': '\uD835\uDCAC',
  39. 'Rscr': '\u211B',
  40. 'Sscr': '\uD835\uDCAE',
  41. 'Tscr': '\uD835\uDCAF',
  42. 'Uscr': '\uD835\uDCB0',
  43. 'Vscr': '\uD835\uDCB1',
  44. 'Wscr': '\uD835\uDCB2',
  45. 'Xscr': '\uD835\uDCB3',
  46. 'Yscr': '\uD835\uDCB4',
  47. 'Zscr': '\uD835\uDCB5',
  48. 'ascr': '\uD835\uDCB6',
  49. 'bscr': '\uD835\uDCB7',
  50. 'cscr': '\uD835\uDCB8',
  51. 'dscr': '\uD835\uDCB9',
  52. 'escr': '\u212F',
  53. 'fscr': '\uD835\uDCBB',
  54. 'gscr': '\u210A',
  55. 'hscr': '\uD835\uDCBD',
  56. 'iscr': '\uD835\uDCBE',
  57. 'jscr': '\uD835\uDCBF',
  58. 'kscr': '\uD835\uDCC0',
  59. 'lscr': '\uD835\uDCC1',
  60. 'mscr': '\uD835\uDCC2',
  61. 'nscr': '\uD835\uDCC3',
  62. 'oscr': '\u2134',
  63. 'pscr': '\uD835\uDCC5',
  64. 'qscr': '\uD835\uDCC6',
  65. 'rscr': '\uD835\uDCC7',
  66. 'sscr': '\uD835\uDCC8',
  67. 'tscr': '\uD835\uDCC9',
  68. 'uscr': '\uD835\uDCCA',
  69. 'vscr': '\uD835\uDCCB',
  70. 'wscr': '\uD835\uDCCC',
  71. 'xscr': '\uD835\uDCCD',
  72. 'yscr': '\uD835\uDCCE',
  73. 'zscr': '\uD835\uDCCF'
  74. });
  75. MathJax.Ajax.loadComplete(MATHML.entityDir+"/scr.js");
  76. })(MathJax.InputJax.MathML);