www

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

LetterlikeSymbols.js (3544B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.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     0x2102: [691,19,727,45,672],       // stix-mathematical bold oblique double-struck capital C
     25     0x2105: [688,12,873,38,835],       // CARE OF
     26     0x2107: [691,19,699,65,662],       // EULER CONSTANT
     27     0x210C: [701,205,843,42,795],      // BLACK-LETTER CAPITAL H
     28     0x210D: [676,0,768,75,693],        // stix-mathematical bold oblique double-struck capital H
     29     0x210E: [685,10,576,50,543],       // PLANCK CONSTANT
     30     0x210F: [685,10,576,50,543],       // stix-/hbar - Planck's over 2pi
     31     0x2111: [701,25,790,54,735],       // BLACK-LETTER CAPITAL I
     32     0x2113: [699,14,500,43,632],       // SCRIPT SMALL L
     33     0x2115: [676,0,738,75,663],        // stix-mathematical bold oblique double-struck capital N
     34     0x2116: [691,18,1093,10,1042],     // NUMERO SIGN
     35     0x2117: [691,19,747,26,721],       // SOUND RECORDING COPYRIGHT
     36     0x2118: [541,219,850,55,822],      // SCRIPT CAPITAL P
     37     0x2119: [676,0,700,75,670],        // stix-mathematical bold oblique double-struck capital P
     38     0x211A: [691,64,797,45,747],       // stix-mathematical bold oblique double-struck capital Q
     39     0x211C: [701,25,884,50,841],       // BLACK-LETTER CAPITAL R
     40     0x211D: [676,0,783,75,758],        // stix-mathematical bold oblique double-struck capital R
     41     0x211E: [676,101,722,26,726],      // PRESCRIPTION TAKE
     42     0x2122: [676,-271,1000,24,977],    // TRADE MARK SIGN
     43     0x2124: [691,0,777,52,727],        // stix-mathematical bold oblique double-struck capital Z
     44     0x2125: [676,205,448,21,424],      // OUNCE SIGN
     45     0x2126: [692,0,758,35,723],        // OHM SIGN
     46     0x2127: [674,18,758,35,723],       // INVERTED OHM SIGN
     47     0x2128: [701,195,755,44,703],      // BLACK-LETTER CAPITAL Z
     48     0x2129: [475,0,312,9,244],         // TURNED GREEK SMALL LETTER IOTA
     49     0x212B: [920,0,722,9,689],         // ANGSTROM SIGN
     50     0x212D: [701,19,773,54,731],       // BLACK-LETTER CAPITAL C
     51     0x2132: [676,0,616,48,546],        // TURNED CAPITAL F
     52     0x2135: [694,34,766,76,690],       // ALEF SYMBOL
     53     0x2136: [694,34,703,60,659],       // BET SYMBOL
     54     0x2137: [694,34,562,71,493],       // GIMEL SYMBOL
     55     0x2138: [694,34,599,40,559],       // DALET SYMBOL
     56     0x213C: [461,11,804,55,759],       // DOUBLE-STRUCK SMALL PI
     57     0x213D: [486,203,646,23,624],      // DOUBLE-STRUCK SMALL GAMMA
     58     0x213E: [676,0,497,75,643],        // DOUBLE-STRUCK CAPITAL GAMMA
     59     0x213F: [676,0,768,75,693],        // DOUBLE-STRUCK CAPITAL PI
     60     0x2140: [773,269,976,36,952],      // DOUBLE-STRUCK N-ARY SUMMATION
     61     0x214B: [690,17,833,61,788]        // TURNED AMPERSAND
     62   }
     63 );
     64 
     65 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Bold/LetterlikeSymbols.js");