www

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

MiscSymbols.js (3692B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.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'],
     23   {
     24     0x2605: [655,66,870,60,810],       // BLACK STAR
     25     0x2606: [655,66,870,60,810],       // WHITE STAR
     26     0x2609: [583,79,762,50,712],       // SUN
     27     0x260C: [634,131,581,54,553],      // CONJUNCTION
     28     0x260E: [676,0,1000,32,967],       // BLACK TELEPHONE
     29     0x2612: [662,158,910,45,865],      // BALLOT BOX WITH X
     30     0x2621: [630,35,619,70,549],       // CAUTION SIGN
     31     0x2639: [728,82,1150,170,980],     // WHITE FROWNING FACE
     32     0x263A: [728,82,1150,170,980],     // WHITE SMILING FACE
     33     0x263B: [728,82,1150,170,980],     // BLACK SMILING FACE
     34     0x263C: [623,122,837,46,791],      // WHITE SUN WITH RAYS
     35     0x263D: [728,82,641,40,601],       // FIRST QUARTER MOON
     36     0x263E: [728,82,641,40,601],       // LAST QUARTER MOON
     37     0x263F: [702,198,603,65,538],      // MERCURY
     38     0x2640: [638,135,603,65,538],      // FEMALE SIGN
     39     0x2641: [638,135,603,65,538],      // EARTH
     40     0x2642: [634,131,660,54,620],      // MALE SIGN
     41     0x2643: [732,176,970,66,904],      // JUPITER
     42     0x2644: [793,140,970,63,866],      // SATURN
     43     0x2646: [760,110,840,60,780],      // NEPTUNE
     44     0x2647: [730,110,632,76,576],      // PLUTO
     45     0x2648: [760,110,964,25,939],      // ARIES
     46     0x2649: [644,139,781,43,738],      // TAURUS
     47     0x2664: [609,99,685,34,651],       // WHITE SPADE SUIT
     48     0x2665: [603,105,685,34,651],      // BLACK HEART SUIT
     49     0x2666: [609,105,685,41,643],      // BLACK DIAMOND SUIT
     50     0x2667: [603,99,685,34,651],       // WHITE CLUB SUIT
     51     0x2669: [714,125,390,45,345],      // QUARTER NOTE
     52     0x266A: [714,125,560,50,510],      // EIGHTH NOTE
     53     0x266B: [842,125,840,40,721],      // BEAMED EIGHTH NOTES
     54     0x267E: [775,271,1186,70,1116],    // PERMANENT PAPER SIGN
     55     0x2680: [669,23,1032,170,862],     // DIE FACE-1
     56     0x2681: [669,23,1032,170,862],     // DIE FACE-2
     57     0x2682: [669,23,1032,170,862],     // DIE FACE-3
     58     0x2683: [669,23,1032,170,862],     // DIE FACE-4
     59     0x2684: [669,23,1032,170,862],     // DIE FACE-5
     60     0x2685: [669,23,1032,170,862],     // DIE FACE-6
     61     0x2686: [687,42,1032,152,881],     // WHITE CIRCLE WITH DOT RIGHT
     62     0x2687: [687,42,1032,152,881],     // WHITE CIRCLE WITH TWO DOTS
     63     0x2688: [687,42,1032,152,881],     // BLACK CIRCLE WITH WHITE DOT RIGHT
     64     0x2689: [687,42,1032,152,881],     // BLACK CIRCLE WITH TWO WHITE DOTS
     65     0x26A0: [1023,155,1510,25,1485],   // WARNING SIGN
     66     0x26A5: [784,281,660,54,620],      // MALE AND FEMALE SIGN
     67     0x26AA: [583,79,762,50,712],       // MEDIUM WHITE CIRCLE
     68     0x26AB: [583,79,762,50,712],       // MEDIUM BLACK CIRCLE
     69     0x26AC: [487,-14,565,46,519],      // MEDIUM SMALL WHITE CIRCLE
     70     0x26B2: [638,135,603,65,538],      // NEUTER
     71     0x26E2: [773,80,700,94,606]        // ??
     72   }
     73 );
     74 
     75 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/General/Regular/MiscSymbols.js");