www

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

Main.js (2646B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/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['STIXSizeThreeSym'] = {
     22   directory: 'SizeThreeSym/Regular',
     23   family: 'STIXSizeThreeSym',
     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   ],
     36   0x20: [0,0,250,0,0],               // SPACE
     37   0x28: [2066,394,750,182,667],      // LEFT PARENTHESIS
     38   0x29: [2066,394,750,83,568],       // RIGHT PARENTHESIS
     39   0x2F: [2066,394,1101,30,1071],     // SOLIDUS
     40   0x5B: [2066,394,508,225,491],      // LEFT SQUARE BRACKET
     41   0x5C: [2066,394,1101,30,1071],     // REVERSE SOLIDUS
     42   0x5D: [2066,394,508,17,283],       // RIGHT SQUARE BRACKET
     43   0x5F: [-127,177,2000,0,2000],      // LOW LINE
     44   0x7B: [2066,394,906,143,717],      // LEFT CURLY BRACKET
     45   0x7D: [2066,394,906,189,763],      // RIGHT CURLY BRACKET
     46   0xA0: [0,0,250,0,0],               // NO-BREAK SPACE
     47   0x302: [777,-564,0,-1610,-150],    // COMBINING CIRCUMFLEX ACCENT
     48   0x303: [774,-608,0,-1612,-152],    // COMBINING TILDE
     49   0x221A: [2565,510,1076,112,1110],  // SQUARE ROOT
     50   0x2308: [2066,394,565,225,550],    // LEFT CEILING
     51   0x2309: [2066,394,565,15,340],     // RIGHT CEILING
     52   0x230A: [2066,394,565,225,550],    // LEFT FLOOR
     53   0x230B: [2066,394,565,15,340],     // RIGHT FLOOR
     54   0x23DE: [157,86,1886,0,1886],      // TOP CURLY BRACKET (mathematical use)
     55   0x23DF: [815,-572,1886,0,1886],    // BOTTOM CURLY BRACKET (mathematical use)
     56   0x27E8: [2066,394,765,96,670],     // MATHEMATICAL LEFT ANGLE BRACKET
     57   0x27E9: [2066,394,765,95,669]      // MATHEMATICAL RIGHT ANGLE BRACKET
     58 };
     59 
     60 MathJax.OutputJax["HTML-CSS"].initFont("STIXSizeThreeSym");
     61 
     62 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/SizeThreeSym/Regular/Main.js");