SupplementalArrowsA.js (2658B)
1 /************************************************************* 2 * 3 * MathJax/fonts/HTML-CSS/TeX/png/Main/Regular/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": { 29 0x27F5: [ // LONG LEFTWARDS ARROW 30 [11,5,1],[13,5,0],[15,6,1],[18,7,1],[22,9,1],[26,9,0],[30,11,1],[36,13,1], 31 [43,15,1],[51,18,1],[60,21,1],[71,25,1],[85,30,1],[101,35,1] 32 ], 33 0x27F6: [ // LONG RIGHTWARDS ARROW 34 [11,5,1],[13,5,0],[16,7,1],[19,7,1],[22,9,1],[26,9,0],[31,11,1],[37,13,1], 35 [43,15,1],[52,18,1],[61,22,1],[73,25,1],[86,30,1],[103,35,1] 36 ], 37 0x27F7: [ // LONG LEFT RIGHT ARROW 38 [13,5,1],[15,5,0],[18,6,1],[22,7,1],[25,9,1],[30,9,0],[36,11,1],[42,13,1], 39 [50,15,1],[60,18,1],[71,22,1],[84,25,1],[100,30,1],[119,35,1] 40 ], 41 0x27F8: [ // LONG LEFTWARDS DOUBLE ARROW 42 [11,5,1],[13,6,1],[16,7,1],[19,8,1],[22,9,1],[26,10,1],[31,11,1],[37,14,1], 43 [43,16,1],[52,20,2],[61,23,2],[73,27,2],[86,31,2],[103,37,2] 44 ], 45 0x27F9: [ // LONG RIGHTWARDS DOUBLE ARROW 46 [11,5,1],[14,6,1],[16,7,1],[19,8,1],[22,9,1],[27,10,1],[31,12,1],[37,14,1], 47 [44,16,1],[52,19,1],[62,22,1],[74,26,1],[88,32,2],[104,37,2] 48 ], 49 0x27FA: [ // LONG LEFT RIGHT DOUBLE ARROW 50 [13,5,1],[15,6,1],[18,7,1],[22,8,1],[25,9,1],[30,10,1],[36,12,1],[42,14,1], 51 [50,16,1],[60,20,2],[71,23,2],[84,27,2],[100,31,2],[119,37,2] 52 ], 53 0x27FC: [ // LONG RIGHTWARDS ARROW FROM BAR 54 [11,5,1],[13,5,0],[16,7,1],[19,7,1],[22,9,1],[26,9,0],[31,11,1],[37,13,1], 55 [44,15,1],[52,18,1],[61,22,1],[73,25,1],[86,30,1],[103,35,1] 56 ] 57 } 58 }); 59 60 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].imgDir+"/Main/Regular"+ 61 MathJax.OutputJax["HTML-CSS"].imgPacked+"/SupplementalArrowsA.js");