SupplementalArrowsA.js (2661B)
1 /************************************************************* 2 * 3 * MathJax/fonts/HTML-CSS/TeX/png/Main/Bold/SupplementalArrowsA.js 4 * 5 * Defines the image size data needed for the HTML-CSS OutputJax 6 * to display mathematics using fallback images when the fonts 7 * are not availble to the client browser. 8 * 9 * --------------------------------------------------------------------- 10 * 11 * Copyright (c) 2009-2013 The MathJax Consortium 12 * 13 * Licensed under the Apache License, Version 2.0 (the "License"); 14 * you may not use this file except in compliance with the License. 15 * You may obtain a copy of the 16 * 17 * http://www.apache.org/licenses/LICENSE-2.0 18 * 19 * Unless required by applicable law or agreed to in writing, software 20 * distributed under the License is distributed on an "AS IS" BASIS, 21 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 * See the License for the specific language governing permissions and 23 * limitations under the License. 24 * 25 */ 26 27 MathJax.OutputJax["HTML-CSS"].defineImageData({ 28 "MathJax_Main-bold": { 29 0x27F5: [ // LONG LEFTWARDS ARROW 30 [13,5,1],[15,5,0],[18,7,1],[21,7,1],[25,9,1],[29,10,1],[34,11,1],[41,13,1], 31 [49,16,1],[58,18,1],[69,22,1],[81,25,1],[97,31,2],[115,36,2] 32 ], 33 0x27F6: [ // LONG RIGHTWARDS ARROW 34 [13,5,1],[15,5,0],[18,7,1],[21,7,1],[25,9,1],[30,9,0],[35,11,1],[42,14,1], 35 [49,16,1],[59,18,1],[70,22,1],[83,26,1],[98,30,1],[117,36,1] 36 ], 37 0x27F7: [ // LONG LEFT RIGHT ARROW 38 [15,5,1],[18,5,0],[21,7,1],[25,7,1],[29,9,1],[35,10,1],[41,11,1],[48,14,1], 39 [57,16,1],[68,18,1],[81,22,1],[96,26,1],[114,30,1],[136,36,1] 40 ], 41 0x27F8: [ // LONG LEFTWARDS DOUBLE ARROW 42 [13,5,1],[16,6,1],[18,7,1],[22,8,1],[26,9,1],[31,10,1],[36,13,1],[42,14,1], 43 [50,18,2],[60,21,2],[71,24,2],[85,29,3],[101,34,3],[120,40,3] 44 ], 45 0x27F9: [ // LONG RIGHTWARDS DOUBLE ARROW 46 [13,5,1],[15,6,1],[18,7,1],[22,8,1],[25,9,1],[30,11,1],[36,12,1],[42,14,1], 47 [50,18,2],[60,21,2],[71,24,2],[84,28,2],[100,34,3],[119,40,3] 48 ], 49 0x27FA: [ // LONG LEFT RIGHT DOUBLE ARROW 50 [15,5,1],[18,6,1],[21,7,1],[25,8,1],[29,9,1],[35,10,1],[41,13,1],[48,15,2], 51 [57,17,2],[68,21,2],[81,24,2],[96,29,3],[114,33,3],[136,41,4] 52 ], 53 0x27FC: [ // LONG RIGHTWARDS ARROW FROM BAR 54 [13,5,1],[15,5,0],[18,7,1],[21,7,1],[25,9,1],[30,9,0],[35,11,1],[41,14,1], 55 [49,16,1],[59,18,1],[70,22,1],[82,26,1],[98,30,1],[116,36,1] 56 ] 57 } 58 }); 59 60 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Main/Bold"+ 61 MathJax.OutputJax["HTML-CSS"].imgPacked+"/SupplementalArrowsA.js");