AMS.js (3149B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.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['MathJax_WinIE6'], 23 { 24 0xE2C0: [437,-64,500,58,417], // stix-capital W italic slashed 25 0xE2C1: [437,-64,500,64,422], // stix-capital W bold italic slashed 26 0xE2C2: [430,23,222,91,131], // stix-capital X italic slashed 27 0xE2C3: [431,23,389,55,331], // stix-capital X bold italic slashed 28 0xE2C4: [365,-132,778,55,719], // stix-capital Y italic slashed 29 0xE2C5: [753,175,778,83,694], // stix-capital Y bold italic slashed 30 0xE2C6: [753,175,778,83,694], // stix-capital Z italic slashed 31 0xE2C7: [708,209,778,82,693], // stix-capital Z bold italic slashed 32 0xE2C8: [708,209,778,82,693], // stix-lowercase a italic slashed 33 0xE2CA: [694,-306,500,55,444], // stix-lowercase b italic slashed 34 0xE2CB: [694,-306,500,55,444], // stix-lowercase b bold italic slashed 35 0xE2CC: [366,22,500,55,444], // stix-lowercase c italic slashed 36 0xE2CD: [366,22,500,55,444], // stix-lowercase c bold italic slashed 37 0xE2CE: [694,195,889,0,860], // stix-lowercase d italic slashed 38 0xE2CF: [694,195,889,0,860], // stix-lowercase d bold italic slashed 39 0xE2D0: [689,0,778,55,722], // stix-lowercase e italic slashed 40 0xE2D1: [689,0,778,55,722], // stix-lowercase e bold italic slashed 41 0xE2D2: [575,20,722,84,637], // stix-lowercase f italic slashed 42 0xE2D3: [575,20,722,84,637], // stix-lowercase f bold italic slashed 43 0xE2D4: [539,41,778,83,694], // stix-lowercase g italic slashed 44 0xE2D5: [576,19,722,84,637], // stix-lowercase g bold italic slashed 45 0xE2D6: [576,19,722,84,637], // stix-lowercase h italic slashed 46 0xE2D7: [539,41,778,83,694], // stix-lowercase h bold italic slashed 47 0xE2D8: [716,132,667,56,611], // stix-lowercase i italic slashed 48 0xE2D9: [471,82,667,24,643], // stix-lowercase i bold italic slashed 49 0xE2DA: [471,82,667,23,643], // stix-lowercase j italic slashed 50 0xE2DB: [601,101,778,15,762], // stix-lowercase j bold italic slashed 51 0xE2DC: [694,111,944,49,895], // stix-lowercase k italic slashed 52 0xE2DD: [367,-133,778,56,722] // stix-lowercase k bold italic slashed 53 } 54 ); 55 56 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/WinIE6/Regular/AMS.js");