www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

All.js (3484B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.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.Hub.Insert(
     22   MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXSizeFourSym'],
     23   {
     24     0x2C6: [796,-573,1886,0,1886],     // MODIFIER LETTER CIRCUMFLEX ACCENT
     25     0x2C7: [796,-573,1886,0,1886],     // CARON
     26     0x2DC: [771,-608,1886,0,1886],     // SMALL TILDE
     27     0x2F7: [-117,280,1886,0,1886],     // ??
     28     0x305: [820,-770,0,-2500,0],       // COMBINING OVERLINE
     29     0x30C: [796,-573,0,-2040,-154],    // COMBINING CARON
     30     0x330: [-117,280,0,-2040,-154],    // COMBINING TILDE BELOW
     31     0x332: [-127,177,0,-2500,0],       // COMBINING LOW LINE
     32     0x338: [731,228,0,-490,-169],      // COMBINING LONG SOLIDUS OVERLAY
     33     0x203E: [820,-770,2500,0,2500],    // OVERLINE
     34     0x20D0: [749,-584,0,-2193,-13],    // COMBINING LEFT HARPOON ABOVE
     35     0x20D1: [749,-584,0,-2193,-13],    // COMBINING RIGHT HARPOON ABOVE
     36     0x20D6: [735,-482,0,-2193,-13],    // COMBINING LEFT ARROW ABOVE
     37     0x20D7: [735,-482,0,-2193,-13],    // COMBINING RIGHT ARROW ABOVE
     38     0x20EC: [-123,288,0,-2193,-13],    // COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS
     39     0x20ED: [-123,288,0,-2193,-13],    // COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS
     40     0x20EE: [-26,279,0,-2193,-13],     // COMBINING LEFT ARROW BELOW
     41     0x20EF: [-26,279,0,-2193,-13],     // COMBINING RIGHT ARROW BELOW
     42     0x221B: [1795,345,1184,112,895],   // CUBE ROOT
     43     0x221C: [1790,345,1184,112,895],   // FOURTH ROOT
     44     0x23B4: [766,-544,2692,84,2608],   // TOP SQUARE BRACKET
     45     0x23B5: [139,83,2692,84,2608],     // BOTTOM SQUARE BRACKET
     46     0x23DC: [76,168,2328,0,2328],      // TOP PARENTHESIS (mathematical use)
     47     0x23DD: [817,-573,2328,0,2328],    // BOTTOM PARENTHESIS (mathematical use)
     48     0x23E0: [66,212,2738,0,2738],      // TOP TORTOISE SHELL BRACKET (mathematical use)
     49     0x23E1: [842,-564,2738,0,2738],    // BOTTOM TORTOISE SHELL BRACKET (mathematical use)
     50     0x2772: [2566,509,1031,320,959],   // LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT
     51     0x2773: [2566,509,1031,72,711],    // LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT
     52     0x27E6: [2566,509,778,295,708],    // MATHEMATICAL LEFT WHITE SQUARE BRACKET
     53     0x27E7: [2566,509,778,70,483],     // MATHEMATICAL RIGHT WHITE SQUARE BRACKET
     54     0x27EA: [2566,509,1273,126,1133],  // MATHEMATICAL LEFT DOUBLE ANGLE BRACKET
     55     0x27EB: [2566,509,1273,140,1147],  // MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET
     56     0x2983: [2566,509,1225,182,1052],  // LEFT WHITE CURLY BRACKET
     57     0x2984: [2566,509,1225,173,1043],  // RIGHT WHITE CURLY BRACKET
     58     0x2985: [2566,509,1175,195,1050],  // LEFT WHITE PARENTHESIS
     59     0x2986: [2566,509,1175,194,1049]   // RIGHT WHITE PARENTHESIS
     60   }
     61 );
     62 
     63 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeFourSym/Regular/All.js");