www

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

Main.js (2966B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js
      4  *  
      5  *  Copyright (c) 2013-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 MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['STIXMathJax_Marks-italic'] = {
     21   directory: 'Marks/Italic',
     22   family: 'STIXMathJax_Marks',
     23   style: 'italic',
     24   testString: '\u00A0\u02B0\u02B1\u02B2\u02B3\u02B4\u02B5\u02B6\u02B7\u02B8\u02BB\u02C0\u02C1\u02DB\u02DD',
     25   0x20: [0,0,250,0,0],
     26   0xA0: [0,0,250,0,0],
     27   0x2B0: [838,-326,378,7,391],
     28   0x2B1: [838,-326,378,7,414],
     29   0x2B2: [851,-199,300,44,350],
     30   0x2B3: [690,-345,320,2,320],
     31   0x2B4: [690,-345,320,0,318],
     32   0x2B5: [690,-163,320,0,335],
     33   0x2B6: [684,-345,390,6,462],
     34   0x2B7: [690,-327,500,15,515],
     35   0x2B8: [693,-202,330,16,357],
     36   0x2BB: [686,-443,333,79,236],
     37   0x2C0: [690,-295,326,30,307],
     38   0x2C1: [690,-295,326,23,343],
     39   0x2DB: [40,169,333,-20,200],
     40   0x2DD: [664,-494,333,93,486],
     41   0x2E0: [684,-218,315,23,335],
     42   0x2E1: [837,-333,220,41,214],
     43   0x2E2: [691,-335,300,16,290],
     44   0x2E3: [691,-333,380,4,379],
     45   0x2E4: [847,-333,318,8,345],
     46   0x2EC: [70,147,320,15,305],
     47   0x2ED: [665,-507,405,10,395],
     48   0x2F7: [-113,220,333,-94,233],
     49   0x2010: [257,-191,333,49,282],
     50   0x2011: [257,-191,333,49,282],
     51   0x2012: [258,-192,500,-8,508],
     52   0x201A: [101,129,333,44,183],
     53   0x201B: [666,-436,333,169,290],
     54   0x201E: [101,129,556,57,405],
     55   0x201F: [666,-436,556,169,499],
     56   0x2022: [444,-59,523,70,455],
     57   0x2030: [706,19,1117,80,1067],
     58   0x2031: [706,19,1479,80,1429],
     59   0x2039: [403,-37,333,51,281],
     60   0x203A: [403,-37,333,52,282],
     61   0x20D0: [760,-627,0,-453,-17],
     62   0x20D1: [760,-627,0,-426,10],
     63   0x20D2: [662,156,0,-300,-234],
     64   0x20D6: [760,-548,0,-453,-17],
     65   0x20DB: [622,-523,0,-453,44],
     66   0x20DC: [622,-523,0,-582,114],
     67   0x20DD: [725,221,0,-723,223],
     68   0x20E1: [760,-548,0,-453,25],
     69   0x20E4: [1023,155,0,-970,490],
     70   0x20E5: [662,156,0,-430,-24],
     71   0x20E6: [662,156,0,-351,-86],
     72   0x20E7: [725,178,0,-595,221],
     73   0x20E8: [-119,218,0,-462,35],
     74   0x20E9: [681,-538,0,-478,55],
     75   0x20EA: [419,-87,0,-793,153],
     76   0x20EC: [-119,252,0,27,463],
     77   0x20ED: [-119,252,0,27,463],
     78   0x20EE: [-40,252,0,-453,-17],
     79   0x20EF: [-40,252,0,-453,-17]
     80 };
     81 
     82 MathJax.Callback.Queue(
     83   ["initFont",MathJax.OutputJax["HTML-CSS"],"STIXMathJax_Marks-italic"],
     84   ["loadComplete",MathJax.Ajax,MathJax.OutputJax["HTML-CSS"].fontDir+"/Marks/Italic/Main.js"]
     85 );