| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js
- *
- * Copyright (c) 2013-2019 The MathJax Consortium
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['LatinModernMathJax_Symbols'] = {
- directory: 'Symbols/Regular',
- family: 'LatinModernMathJax_Symbols',
- testString: '\u00A0\u2300\u2305\u2306\u2310\u2319\u231C\u231D\u231E\u231F\u2320\u2321\u2329\u232A\u239B',
- 0x20: [0,0,332,0,0],
- 0xA0: [0,0,332,0,0],
- 0x2300: [596,96,778,43,735],
- 0x2305: [270,155,778,56,722],
- 0x2306: [367,252,778,56,722],
- 0x2310: [367,-133,667,47,620],
- 0x2319: [367,-133,667,47,620],
- 0x231C: [770,-490,392,56,336],
- 0x231D: [770,-490,392,56,336],
- 0x231E: [10,270,392,56,336],
- 0x231F: [10,270,392,56,336],
- 0x2320: [1344,0,1185,551,1129],
- 0x2321: [1322,22,1185,56,685],
- 0x2329: [750,250,389,110,336],
- 0x232A: [750,250,389,53,279],
- 0x239B: [1495,0,875,277,823],
- 0x239C: [498,0,875,277,379],
- 0x239D: [1495,0,875,277,823],
- 0x239E: [1495,0,875,52,598],
- 0x239F: [498,0,875,496,598],
- 0x23A0: [1495,0,875,52,598],
- 0x23A1: [1500,0,667,321,647],
- 0x23A2: [1000,0,667,321,381],
- 0x23A3: [1500,0,667,321,647],
- 0x23A4: [1500,0,667,20,346],
- 0x23A5: [1000,0,667,286,346],
- 0x23A6: [1500,0,667,20,346],
- 0x23A7: [750,0,902,400,755],
- 0x23A8: [1500,0,902,147,502],
- 0x23A9: [750,0,902,400,755],
- 0x23AA: [748,0,902,400,502],
- 0x23AB: [750,0,902,147,502],
- 0x23AC: [1500,0,902,400,755],
- 0x23AD: [750,0,902,147,502],
- 0x23B2: [846,0,1576,56,1520],
- 0x23B3: [847,0,1576,57,1520],
- 0x23B7: [1820,0,1056,111,742],
- 0x27C2: [684,0,778,56,722],
- 0x27D8: [684,184,946,56,890],
- 0x27D9: [684,184,986,56,930],
- 0x27DA: [684,0,1026,56,970],
- 0x27DB: [684,0,1026,56,970],
- 0x27DC: [400,-100,948,56,892],
- 0x27DD: [684,184,946,56,890],
- 0x27DE: [684,184,946,56,890],
- 0x27E0: [610,110,572,56,516],
- 0x27E1: [501,1,614,56,558],
- 0x27E2: [501,1,730,56,674],
- 0x27E3: [501,1,730,56,674],
- 0x27E6: [750,250,410,118,388],
- 0x27E7: [750,250,410,22,292],
- 0x27EA: [750,250,570,110,517],
- 0x27EB: [750,250,570,53,460]
- };
- MathJax.Callback.Queue(
- ["initFont",MathJax.OutputJax["HTML-CSS"],"LatinModernMathJax_Symbols"],
- ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Symbols/Regular/Main.js"]
- );
|