www

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

LetterlikeSymbols.js (3121B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/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-italic'],
     23   {
     24     0x2102: [666,18,702,35,702],       // stix-mathematical bold oblique double-struck capital C
     25     0x2105: [676,14,855,47,808],       // CARE OF
     26     0x210A: [441,219,738,30,678],      // SCRIPT SMALL G
     27     0x210B: [687,15,997,53,991],       // SCRIPT CAPITAL H
     28     0x210D: [653,0,732,17,767],        // stix-mathematical bold oblique double-struck capital H
     29     0x210E: [668,11,513,45,483],       // PLANCK CONSTANT
     30     0x2110: [675,15,897,26,888],       // SCRIPT CAPITAL I
     31     0x2112: [687,15,946,33,931],       // SCRIPT CAPITAL L
     32     0x2115: [653,0,727,25,755],        // stix-mathematical bold oblique double-struck capital N
     33     0x2116: [668,15,1046,19,1031],     // NUMERO SIGN
     34     0x2119: [653,0,687,17,686],        // stix-mathematical bold oblique double-struck capital P
     35     0x211A: [666,71,723,35,713],       // stix-mathematical bold oblique double-struck capital Q
     36     0x211B: [687,15,944,34,876],       // SCRIPT CAPITAL R
     37     0x211D: [653,0,687,17,686],        // stix-mathematical bold oblique double-struck capital R
     38     0x2122: [653,-247,980,30,957],     // TRADE MARK SIGN
     39     0x2124: [653,0,754,7,750],         // stix-mathematical bold oblique double-struck capital Z
     40     0x212C: [687,15,950,34,902],       // SCRIPT CAPITAL B
     41     0x212F: [441,11,627,30,554],       // SCRIPT SMALL E
     42     0x2130: [687,15,750,100,734],      // SCRIPT CAPITAL E
     43     0x2131: [680,0,919,43,907],        // SCRIPT CAPITAL F
     44     0x2133: [674,15,1072,38,1056],     // SCRIPT CAPITAL M
     45     0x2134: [441,11,697,30,680],       // SCRIPT SMALL O
     46     0x213C: [428,12,635,40,630],       // DOUBLE-STRUCK SMALL PI
     47     0x213F: [653,0,750,30,780],        // DOUBLE-STRUCK CAPITAL PI
     48     0x2145: [653,0,713,17,703],        // stix-mathematical bold double-struck capital D
     49     0x2146: [683,11,581,40,634],       // stix-mathematical bold double-struck small letter d
     50     0x2147: [441,11,515,40,485],       // stix-mathematical bold double-struck small letter e
     51     0x2148: [653,0,293,27,346],        // stix-mathematical bold double-struck small letter i
     52     0x2149: [653,217,341,-104,394]     // stix-mathematical bold double-struck small letter j
     53   }
     54 );
     55 
     56 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Italic/LetterlikeSymbols.js");