44 lines
2.1 KiB
JavaScript
44 lines
2.1 KiB
JavaScript
/*************************************************************
|
|
*
|
|
* MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
|
|
*
|
|
* Copyright (c) 2009-2010 Design Science, Inc.
|
|
*
|
|
* 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_AMS'],
|
|
{
|
|
0xE006: [430,23,222,-20,240], // MJ-TeX: small does not divide
|
|
0xE007: [431,24,389,-20,407], // MJ-TeX: small not parallel
|
|
0xE008: [605,85,778,55,719], // MJ-TeX: greek small letter digamma (for IE)
|
|
0xE009: [434,6,667,37,734], // MJ-TeX: greek kappa symbol (for IE)
|
|
0xE00C: [752,284,778,81,693], // MJ-TeX: less over not-equal
|
|
0xE00D: [752,284,778,81,693], // MJ-TeX: greater over not-equal
|
|
0xE00E: [919,421,778,82,694], // MJ-TeX: not greater, double equals
|
|
0xE00F: [801,303,778,81,695], // MJ-TeX: not greater-or-equal slanted
|
|
0xE010: [801,303,778,82,694], // MJ-TeX: not less-or-equal, slanted
|
|
0xE011: [919,421,778,82,694], // MJ-TeX: not less, double equals
|
|
0xE016: [828,330,778,82,694], // MJ-TeX: not subset, double equals
|
|
0xE017: [752,332,778,82,694], // MJ-TeX: not subset, double equals, short slash
|
|
0xE018: [829,330,778,82,695], // MJ-TeX: not superset, double equals
|
|
0xE019: [752,333,778,81,693], // MJ-TeX: not superset, double equals, short slash
|
|
0xE01A: [635,256,778,84,693], // MJ-TeX: not subset or equal, short slash
|
|
0xE01B: [634,254,778,82,691] // MJ-TeX: not superset or equal, short slash
|
|
}
|
|
);
|
|
|
|
MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/PUA.js");
|