Main.js 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js
  4. *
  5. * Copyright (c) 2013-2019 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. MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['NeoEulerMathJax_Script'] = {
  20. directory: 'Script/Regular',
  21. family: 'NeoEulerMathJax_Script',
  22. testString: '\u00A0\u210B\u2110\u2112\u211B\u212C\u2130\u2131\u2133\uD835\uDC9C\uD835\uDC9E\uD835\uDC9F\uD835\uDCA2\uD835\uDCA5\uD835\uDCA6',
  23. 0x20: [0,0,333,0,0],
  24. 0xA0: [0,0,333,0,0],
  25. 0x210B: [690,8,884,33,872],
  26. 0x2110: [685,14,430,27,412],
  27. 0x2112: [685,7,715,26,613],
  28. 0x211B: [712,6,722,33,711],
  29. 0x212C: [712,1,761,42,683],
  30. 0x2130: [702,12,608,69,528],
  31. 0x2131: [699,15,649,38,710],
  32. 0x2133: [699,13,982,27,961],
  33. 0x1D49C: [694,15,770,-8,736],
  34. 0x1D49E: [697,15,602,70,561],
  35. 0x1D49F: [716,-4,830,52,764],
  36. 0x1D4A2: [697,130,604,72,524],
  37. 0x1D4A5: [692,129,506,28,468],
  38. 0x1D4A6: [690,12,824,29,794],
  39. 0x1D4A9: [706,7,774,28,802],
  40. 0x1D4AA: [686,18,707,71,633],
  41. 0x1D4AB: [710,11,660,44,638],
  42. 0x1D4AC: [694,24,662,72,616],
  43. 0x1D4AE: [702,12,542,28,481],
  44. 0x1D4AF: [693,6,586,26,660],
  45. 0x1D4B0: [699,16,714,25,691],
  46. 0x1D4B1: [709,9,664,27,638],
  47. 0x1D4B2: [702,5,989,30,963],
  48. 0x1D4B3: [706,9,716,50,693],
  49. 0x1D4B4: [702,136,595,25,502],
  50. 0x1D4B5: [696,11,656,58,632],
  51. 0x1D4D0: [711,17,887,10,860],
  52. 0x1D4D1: [727,1,864,38,794],
  53. 0x1D4D2: [709,15,680,59,644],
  54. 0x1D4D3: [727,1,938,28,881],
  55. 0x1D4D4: [708,12,687,61,628],
  56. 0x1D4D5: [731,14,755,31,802],
  57. 0x1D4D6: [705,138,683,52,601],
  58. 0x1D4D7: [699,12,999,29,990],
  59. 0x1D4D8: [703,18,563,28,506],
  60. 0x1D4D9: [701,137,571,31,540],
  61. 0x1D4DA: [709,9,931,27,903],
  62. 0x1D4DB: [710,12,808,26,741],
  63. 0x1D4DC: [710,17,1111,27,1081],
  64. 0x1D4DD: [712,13,874,25,889],
  65. 0x1D4DE: [707,20,799,45,738],
  66. 0x1D4DF: [726,13,746,29,712],
  67. 0x1D4E0: [705,42,765,42,725],
  68. 0x1D4E1: [732,12,816,29,842],
  69. 0x1D4E2: [715,18,598,7,554],
  70. 0x1D4E3: [697,11,654,26,735],
  71. 0x1D4E4: [709,13,799,9,797],
  72. 0x1D4E5: [702,16,751,27,714],
  73. 0x1D4E6: [710,8,1119,27,1081],
  74. 0x1D4E7: [712,11,811,27,774],
  75. 0x1D4E8: [709,135,680,-4,599],
  76. 0x1D4E9: [705,14,742,57,714]
  77. };
  78. MathJax.Callback.Queue(
  79. ["initFont",MathJax.OutputJax["HTML-CSS"],"NeoEulerMathJax_Script"],
  80. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Script/Regular/Main.js"]
  81. );