/*************************************************************
 *
 *  MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.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'],
  {
    0x2A5E: [813,97,611,55,555],       // LOGICAL AND WITH DOUBLE OVERBAR
    0x2A7D: [636,138,778,83,694],      // LESS-THAN OR SLANTED EQUAL TO
    0x2A7E: [636,138,778,82,694],      // GREATER-THAN OR SLANTED EQUAL TO
    0x2A85: [762,291,778,54,722],      // LESS-THAN OR APPROXIMATE
    0x2A86: [763,290,778,54,722],      // GREATER-THAN OR APPROXIMATE
    0x2A87: [635,241,778,82,693],      // LESS-THAN AND SINGLE-LINE NOT EQUAL TO
    0x2A88: [635,241,778,81,693],      // GREATER-THAN AND SINGLE-LINE NOT EQUAL TO
    0x2A89: [761,387,778,57,718],      // LESS-THAN AND NOT APPROXIMATE
    0x2A8A: [761,388,778,57,719],      // GREATER-THAN AND NOT APPROXIMATE
    0x2A8B: [1003,463,778,83,695],     // LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN
    0x2A8C: [1003,463,778,83,694],     // GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN
    0x2A95: [636,138,778,83,694],      // SLANTED EQUAL TO OR LESS-THAN
    0x2A96: [636,138,778,83,694],      // SLANTED EQUAL TO OR GREATER-THAN
    0x2AB5: [752,287,778,82,693],      // PRECEDES ABOVE NOT EQUAL TO
    0x2AB6: [752,286,778,82,694],      // SUCCEEDS ABOVE NOT EQUAL TO
    0x2AB7: [761,294,778,57,717],      // PRECEDES ABOVE ALMOST EQUAL TO
    0x2AB8: [761,294,778,57,717],      // SUCCEEDS ABOVE ALMOST EQUAL TO
    0x2AB9: [761,337,778,57,719],      // PRECEDES ABOVE NOT ALMOST EQUAL TO
    0x2ABA: [761,337,778,57,719],      // SUCCEEDS ABOVE NOT ALMOST EQUAL TO
    0x2AC5: [753,216,778,83,695],      // SUBSET OF ABOVE EQUALS SIGN
    0x2AC6: [754,215,778,82,694],      // SUPERSET OF ABOVE EQUALS SIGN
    0x2ACB: [783,385,778,82,693],      // stix-subset not double equals, variant
    0x2ACC: [783,385,778,82,693]       // SUPERSET OF ABOVE NOT EQUAL TO
  }
);

MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/AMS/Regular/SuppMathOperators.js");