Main.js (1500B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js 4 * 5 * Copyright (c) 2013-2015 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 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['GyreTermesMathJax_Misc'] = { 21 directory: 'Misc/Regular', 22 family: 'GyreTermesMathJax_Misc', 23 testString: '\u00A0\u20A1\u20A4\u20A6\u20A9\u20AB\u20AC\u20B1\u20B2\u27A1', 24 0x20: [0,0,250,0,0], 25 0xA0: [0,0,250,0,0], 26 0x20A1: [745,83,667,28,633], 27 0x20A4: [676,8,500,12,490], 28 0x20A6: [662,11,722,12,707], 29 0x20A9: [662,11,944,5,932], 30 0x20AB: [662,28,482,40,442], 31 0x20AC: [674,15,500,4,497], 32 0x20B1: [662,0,556,16,542], 33 0x20B2: [745,83,722,32,709], 34 0x27A1: [470,-30,1030,80,950] 35 }; 36 37 MathJax.Callback.Queue( 38 ["initFont",MathJax.OutputJax["HTML-CSS"],"GyreTermesMathJax_Misc"], 39 ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Misc/Regular/Main.js"] 40 );