SuppMathOperators.js (2711B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.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 0x2A5E: [813,97,611,55,555], // LOGICAL AND WITH DOUBLE OVERBAR 25 0x2A7D: [636,138,778,83,694], // LESS-THAN OR SLANTED EQUAL TO 26 0x2A7E: [636,138,778,83,694], // GREATER-THAN OR SLANTED EQUAL TO 27 0x2A85: [762,290,778,55,722], // LESS-THAN OR APPROXIMATE 28 0x2A86: [762,290,778,55,722], // GREATER-THAN OR APPROXIMATE 29 0x2A87: [635,241,778,82,693], // LESS-THAN AND SINGLE-LINE NOT EQUAL TO 30 0x2A88: [635,241,778,82,693], // GREATER-THAN AND SINGLE-LINE NOT EQUAL TO 31 0x2A89: [761,387,778,57,718], // LESS-THAN AND NOT APPROXIMATE 32 0x2A8A: [761,387,778,57,718], // GREATER-THAN AND NOT APPROXIMATE 33 0x2A8B: [1003,463,778,83,694], // LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN 34 0x2A8C: [1003,463,778,83,694], // GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN 35 0x2A95: [636,138,778,83,694], // SLANTED EQUAL TO OR LESS-THAN 36 0x2A96: [636,138,778,83,694], // SLANTED EQUAL TO OR GREATER-THAN 37 0x2AB5: [752,286,778,82,693], // PRECEDES ABOVE NOT EQUAL TO 38 0x2AB6: [752,286,778,82,693], // SUCCEEDS ABOVE NOT EQUAL TO 39 0x2AB7: [761,294,778,57,717], // PRECEDES ABOVE ALMOST EQUAL TO 40 0x2AB8: [761,294,778,57,717], // SUCCEEDS ABOVE ALMOST EQUAL TO 41 0x2AB9: [761,337,778,57,718], // PRECEDES ABOVE NOT ALMOST EQUAL TO 42 0x2ABA: [761,337,778,57,718], // SUCCEEDS ABOVE NOT ALMOST EQUAL TO 43 0x2AC5: [753,215,778,84,694], // SUBSET OF ABOVE EQUALS SIGN 44 0x2AC6: [753,215,778,83,694], // SUPERSET OF ABOVE EQUALS SIGN 45 0x2ACB: [783,385,778,82,693], // stix-subset not double equals, variant 46 0x2ACC: [783,385,778,82,693] // SUPERSET OF ABOVE NOT EQUAL TO 47 } 48 ); 49 50 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/SuppMathOperators.js");