PUA.js (1834B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.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_AMS'], 23 { 24 0xE006: [430,23,222,-20,240], // ?? 25 0xE007: [431,24,389,-20,407], // ?? 26 0xE008: [605,85,778,55,719], // ?? 27 0xE009: [434,6,667,37,734], // ?? 28 0xE00C: [752,284,778,82,693], // ?? 29 0xE00D: [752,284,778,82,693], // ?? 30 0xE00E: [919,421,778,82,694], // stix-not greater, double equals 31 0xE00F: [801,303,778,82,694], // stix-not greater-or-equal, slanted 32 0xE010: [801,303,778,82,694], // stix-not less-or-equal, slanted 33 0xE011: [919,421,778,82,694], // stix-not less, double equals 34 0xE016: [828,330,778,82,694], // stix-not subset, double equals 35 0xE017: [752,332,778,82,694], // ?? 36 0xE018: [828,330,778,82,694], // stix-not superset, double equals 37 0xE019: [752,333,778,82,693], // ?? 38 0xE01A: [634,255,778,84,693], // ?? 39 0xE01B: [634,254,778,82,691] // ?? 40 } 41 ); 42 43 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/PUA.js");