www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

Arrows.js (2525B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.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_Main-bold'],
     23   {
     24     0x2190: [518,17,1150,64,1084],     // LEFTWARDS ARROW
     25     0x2191: [694,193,575,14,561],      // UPWARDS ARROW
     26     0x2192: [518,17,1150,65,1085],     // RIGHTWARDS ARROW
     27     0x2193: [694,194,575,14,561],      // DOWNWARDS ARROW
     28     0x2194: [518,17,1150,64,1085],     // LEFT RIGHT ARROW
     29     0x2195: [767,267,575,14,561],      // UP DOWN ARROW
     30     0x2196: [724,194,1150,64,1084],    // NORTH WEST ARROW
     31     0x2197: [724,193,1150,64,1085],    // NORTH EAST ARROW
     32     0x2198: [694,224,1150,65,1085],    // SOUTH EAST ARROW
     33     0x2199: [694,224,1150,64,1085],    // SOUTH WEST ARROW
     34     0x21A6: [518,17,1150,65,1085],     // RIGHTWARDS ARROW FROM BAR
     35     0x21A9: [518,17,1282,64,1218],     // LEFTWARDS ARROW WITH HOOK
     36     0x21AA: [518,17,1282,65,1217],     // RIGHTWARDS ARROW WITH HOOK
     37     0x21BC: [518,-220,1150,64,1084],   // LEFTWARDS HARPOON WITH BARB UPWARDS
     38     0x21BD: [281,17,1150,64,1084],     // LEFTWARDS HARPOON WITH BARB DOWNWARDS
     39     0x21C0: [518,-220,1150,65,1085],   // RIGHTWARDS HARPOON WITH BARB UPWARDS
     40     0x21C1: [281,17,1150,64,1085],     // RIGHTWARDS HARPOON WITH BARB DOWNWARDS
     41     0x21CC: [718,17,1150,64,1085],     // RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON
     42     0x21D0: [547,46,1150,64,1085],     // LEFTWARDS DOUBLE ARROW
     43     0x21D1: [694,193,703,30,672],      // UPWARDS DOUBLE ARROW
     44     0x21D2: [547,46,1150,64,1084],     // RIGHTWARDS DOUBLE ARROW
     45     0x21D3: [694,194,703,30,672],      // DOWNWARDS DOUBLE ARROW
     46     0x21D4: [547,46,1150,47,1102],     // LEFT RIGHT DOUBLE ARROW
     47     0x21D5: [767,267,703,30,672]       // UP DOWN DOUBLE ARROW
     48   }
     49 );
     50 
     51 MathJax.Ajax.loadComplete(MathJax.OutputJax["HTML-CSS"].fontDir + "/Main/Bold/Arrows.js");