www

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

MiscTechnical.js (1909B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.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['STIXGeneral-bold'],
     23   {
     24     0x2302: [774,0,926,55,871],        // HOUSE
     25     0x2308: [731,193,469,164,459],     // LEFT CEILING
     26     0x2309: [731,193,469,10,305],      // RIGHT CEILING
     27     0x230A: [732,193,469,164,459],     // LEFT FLOOR
     28     0x230B: [732,193,469,10,305],      // RIGHT FLOOR
     29     0x2310: [399,-108,750,65,685],     // REVERSED NOT SIGN
     30     0x2319: [399,-108,750,65,685],     // TURNED NOT SIGN
     31     0x2322: [378,-129,1026,37,990],    // stix-small down curve
     32     0x2323: [378,-129,1026,37,990],    // stix-small up curve
     33     0x2329: [732,193,445,69,399],      // LEFT-POINTING ANGLE BRACKET
     34     0x232A: [732,193,445,46,376],      // RIGHT-POINTING ANGLE BRACKET
     35     0x2336: [751,156,926,85,841],      // APL FUNCTIONAL SYMBOL I-BEAM
     36     0x233D: [694,190,924,80,844],      // APL FUNCTIONAL SYMBOL CIRCLE STILE
     37     0x233F: [732,200,728,55,673],      // APL FUNCTIONAL SYMBOL SLASH BAR
     38     0x23AF: [297,-209,315,0,315]       // HORIZONTAL LINE EXTENSION
     39   }
     40 );
     41 
     42 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Bold/MiscTechnical.js");