Main.js (2661B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js 4 * 5 * Copyright (c) 2009-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 21 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXSizeTwoSym'] = { 22 directory: 'SizeTwoSym/Regular', 23 family: 'STIXSizeTwoSym', 24 Ranges: [ 25 [0x2B0,0x2FF,"All"], 26 [0x300,0x338,"All"], 27 [0x203E,0x203E,"All"], 28 [0x20D0,0x20EF,"All"], 29 [0x221A,0x221C,"All"], 30 [0x239B,0x23B9,"All"], 31 [0x23DC,0x23E1,"All"], 32 [0x2772,0x2773,"All"], 33 [0x27E6,0x27EB,"All"], 34 [0x2983,0x2986,"All"], 35 [0x2AFC,0x2AFF,"All"] 36 ], 37 0x20: [0,0,250,0,0], // SPACE 38 0x28: [1566,279,589,139,503], // LEFT PARENTHESIS 39 0x29: [1566,279,608,114,478], // RIGHT PARENTHESIS 40 0x2F: [1566,279,806,25,781], // SOLIDUS 41 0x5B: [1566,279,459,190,422], // LEFT SQUARE BRACKET 42 0x5C: [1566,279,806,25,781], // REVERSE SOLIDUS 43 0x5D: [1566,279,459,37,269], // RIGHT SQUARE BRACKET 44 0x5F: [-127,177,1500,0,1500], // LOW LINE 45 0x7B: [1566,279,717,124,531], // LEFT CURLY BRACKET 46 0x7D: [1566,279,717,186,593], // RIGHT CURLY BRACKET 47 0xA0: [0,0,250,0,0], // NO-BREAK SPACE 48 0x302: [777,-564,0,-1150,-171], // COMBINING CIRCUMFLEX ACCENT 49 0x303: [760,-608,0,-1152,-173], // COMBINING TILDE 50 0x221A: [2056,404,1124,110,1157], // SQUARE ROOT 51 0x2308: [1566,279,524,190,479], // LEFT CEILING 52 0x2309: [1566,279,526,47,336], // RIGHT CEILING 53 0x230A: [1566,279,524,190,479], // LEFT FLOOR 54 0x230B: [1566,279,526,47,336], // RIGHT FLOOR 55 0x23DE: [143,81,1460,0,1460], // TOP CURLY BRACKET (mathematical use) 56 0x23DF: [797,-573,1460,0,1460], // BOTTOM CURLY BRACKET (mathematical use) 57 0x27E8: [1566,279,622,95,531], // MATHEMATICAL LEFT ANGLE BRACKET 58 0x27E9: [1566,279,622,91,527] // MATHEMATICAL RIGHT ANGLE BRACKET 59 }; 60 61 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeTwoSym"); 62 63 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeTwoSym/Regular/Main.js");