| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /*************************************************************
- *
- * MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js
- *
- * Copyright (c) 2009-2019 The MathJax Consortium
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
- MathJax.Hub.Insert(
- MathJax.OutputJax['HTML-CSS'].FONTDATA.FONTS['MathJax_WinIE6'],
- {
- 0xE2C0: [437,-64,500,58,417], // stix-capital W italic slashed
- 0xE2C1: [437,-64,500,64,422], // stix-capital W bold italic slashed
- 0xE2C2: [430,23,222,91,131], // stix-capital X italic slashed
- 0xE2C3: [431,23,389,55,331], // stix-capital X bold italic slashed
- 0xE2C4: [365,-132,778,55,719], // stix-capital Y italic slashed
- 0xE2C5: [753,175,778,83,694], // stix-capital Y bold italic slashed
- 0xE2C6: [753,175,778,83,694], // stix-capital Z italic slashed
- 0xE2C7: [708,209,778,82,693], // stix-capital Z bold italic slashed
- 0xE2C8: [708,209,778,82,693], // stix-lowercase a italic slashed
- 0xE2CA: [694,-306,500,55,444], // stix-lowercase b italic slashed
- 0xE2CB: [694,-306,500,55,444], // stix-lowercase b bold italic slashed
- 0xE2CC: [366,22,500,55,444], // stix-lowercase c italic slashed
- 0xE2CD: [366,22,500,55,444], // stix-lowercase c bold italic slashed
- 0xE2CE: [694,195,889,0,860], // stix-lowercase d italic slashed
- 0xE2CF: [694,195,889,0,860], // stix-lowercase d bold italic slashed
- 0xE2D0: [689,0,778,55,722], // stix-lowercase e italic slashed
- 0xE2D1: [689,0,778,55,722], // stix-lowercase e bold italic slashed
- 0xE2D2: [575,20,722,84,637], // stix-lowercase f italic slashed
- 0xE2D3: [575,20,722,84,637], // stix-lowercase f bold italic slashed
- 0xE2D4: [539,41,778,83,694], // stix-lowercase g italic slashed
- 0xE2D5: [576,19,722,84,637], // stix-lowercase g bold italic slashed
- 0xE2D6: [576,19,722,84,637], // stix-lowercase h italic slashed
- 0xE2D7: [539,41,778,83,694], // stix-lowercase h bold italic slashed
- 0xE2D8: [716,132,667,56,611], // stix-lowercase i italic slashed
- 0xE2D9: [471,82,667,24,643], // stix-lowercase i bold italic slashed
- 0xE2DA: [471,82,667,23,643], // stix-lowercase j italic slashed
- 0xE2DB: [601,101,778,15,762], // stix-lowercase j bold italic slashed
- 0xE2DC: [694,111,944,49,895], // stix-lowercase k italic slashed
- 0xE2DD: [367,-133,778,56,722] // stix-lowercase k bold italic slashed
- }
- );
- MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/WinIE6/Regular/AMS.js");
|