Main.js 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/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['LatinModernMathJax_Symbols'] = {
  20. directory: 'Symbols/Regular',
  21. family: 'LatinModernMathJax_Symbols',
  22. testString: '\u00A0\u2300\u2305\u2306\u2310\u2319\u231C\u231D\u231E\u231F\u2320\u2321\u2329\u232A\u239B',
  23. 0x20: [0,0,332,0,0],
  24. 0xA0: [0,0,332,0,0],
  25. 0x2300: [596,96,778,43,735],
  26. 0x2305: [270,155,778,56,722],
  27. 0x2306: [367,252,778,56,722],
  28. 0x2310: [367,-133,667,47,620],
  29. 0x2319: [367,-133,667,47,620],
  30. 0x231C: [770,-490,392,56,336],
  31. 0x231D: [770,-490,392,56,336],
  32. 0x231E: [10,270,392,56,336],
  33. 0x231F: [10,270,392,56,336],
  34. 0x2320: [1344,0,1185,551,1129],
  35. 0x2321: [1322,22,1185,56,685],
  36. 0x2329: [750,250,389,110,336],
  37. 0x232A: [750,250,389,53,279],
  38. 0x239B: [1495,0,875,277,823],
  39. 0x239C: [498,0,875,277,379],
  40. 0x239D: [1495,0,875,277,823],
  41. 0x239E: [1495,0,875,52,598],
  42. 0x239F: [498,0,875,496,598],
  43. 0x23A0: [1495,0,875,52,598],
  44. 0x23A1: [1500,0,667,321,647],
  45. 0x23A2: [1000,0,667,321,381],
  46. 0x23A3: [1500,0,667,321,647],
  47. 0x23A4: [1500,0,667,20,346],
  48. 0x23A5: [1000,0,667,286,346],
  49. 0x23A6: [1500,0,667,20,346],
  50. 0x23A7: [750,0,902,400,755],
  51. 0x23A8: [1500,0,902,147,502],
  52. 0x23A9: [750,0,902,400,755],
  53. 0x23AA: [748,0,902,400,502],
  54. 0x23AB: [750,0,902,147,502],
  55. 0x23AC: [1500,0,902,400,755],
  56. 0x23AD: [750,0,902,147,502],
  57. 0x23B2: [846,0,1576,56,1520],
  58. 0x23B3: [847,0,1576,57,1520],
  59. 0x23B7: [1820,0,1056,111,742],
  60. 0x27C2: [684,0,778,56,722],
  61. 0x27D8: [684,184,946,56,890],
  62. 0x27D9: [684,184,986,56,930],
  63. 0x27DA: [684,0,1026,56,970],
  64. 0x27DB: [684,0,1026,56,970],
  65. 0x27DC: [400,-100,948,56,892],
  66. 0x27DD: [684,184,946,56,890],
  67. 0x27DE: [684,184,946,56,890],
  68. 0x27E0: [610,110,572,56,516],
  69. 0x27E1: [501,1,614,56,558],
  70. 0x27E2: [501,1,730,56,674],
  71. 0x27E3: [501,1,730,56,674],
  72. 0x27E6: [750,250,410,118,388],
  73. 0x27E7: [750,250,410,22,292],
  74. 0x27EA: [750,250,570,110,517],
  75. 0x27EB: [750,250,570,53,460]
  76. };
  77. MathJax.Callback.Queue(
  78. ["initFont",MathJax.OutputJax["HTML-CSS"],"LatinModernMathJax_Symbols"],
  79. ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Symbols/Regular/Main.js"]
  80. );