www

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

All.js (3077B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/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['STIXVariants-bold'],
     23   {
     24     0x20: [0,0,250,0,0],               // SPACE
     25     0x7C: [691,189,340,126,214],       // VERTICAL LINE
     26     0xA0: [0,0,250,0,0],               // NO-BREAK SPACE
     27     0x19B: [666,0,536,60,526],         // LATIN SMALL LETTER LAMBDA WITH STROKE
     28     0x2033: [586,-12,713,44,669],      // DOUBLE PRIME
     29     0x2034: [586,-12,1032,44,988],     // TRIPLE PRIME
     30     0x2035: [586,-12,394,44,350],      // REVERSED PRIME
     31     0x2036: [586,-12,713,44,669],      // REVERSED DOUBLE PRIME
     32     0x2037: [586,-12,1032,44,988],     // REVERSED TRIPLE PRIME
     33     0x2057: [586,-12,1351,43,1306],    // QUADRUPLE PRIME
     34     0x2140: [691,0,780,55,725],        // DOUBLE-STRUCK N-ARY SUMMATION
     35     0x2190: [451,-55,428,68,428],      // LEFTWARDS ARROW
     36     0x2191: [680,15,556,80,476],       // UPWARDS ARROW
     37     0x2192: [451,-55,428,0,360],       // RIGHTWARDS ARROW
     38     0x2193: [680,15,556,80,476],       // DOWNWARDS ARROW
     39     0x21D1: [600,15,714,40,674],       // UPWARDS DOUBLE ARROW
     40     0x21D3: [600,15,714,40,674],       // DOWNWARDS DOUBLE ARROW
     41     0x220F: [676,0,734,27,707],        // N-ARY PRODUCT
     42     0x2210: [676,0,734,27,707],        // N-ARY COPRODUCT
     43     0x2211: [676,0,690,39,649],        // N-ARY SUMMATION
     44     0x221D: [431,0,750,56,687],        // PROPORTIONAL TO
     45     0x2223: [451,19,290,89,201],       // DIVIDES
     46     0x2244: [543,45,750,68,683],       // stix-not (vert) similar or equal
     47     0x2247: [648,144,750,68,683],      // stix-not (vert) similar over two-line equals
     48     0x2249: [598,64,750,68,683],       // stix-not, vert, approximate
     49     0x2260: [687,183,750,68,682],      // stix-not (vert) equals
     50     0x2262: [747,243,750,68,682],      // stix-not (vert) three-line equals
     51     0x2268: [728,293,750,80,670],      // stix-less, vert, not double equals
     52     0x2269: [728,293,750,80,670],      // stix-gt, vert, not double equals
     53     0x226E: [672,166,750,80,670],      // stix-not, vert, less-than
     54     0x226F: [672,166,750,80,670],      // stix-not, vert, greater-than
     55     0x2270: [742,236,750,80,670],      // stix-not, vert, less-than-or-equal
     56     0x2271: [742,236,750,80,670]       // stix-not, vert, greater-than-or-equal
     57   }
     58 );
     59 
     60 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Variants/Bold/All.js");