www

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

b.js (3002B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/b.js
      4  *
      5  *  Copyright (c) 2010-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 (function (MATHML) {
     22   MathJax.Hub.Insert(MATHML.Parse.Entity,{
     23     'Barv': '\u2AE7',
     24     'Barwed': '\u2306',
     25     'Bcy': '\u0411',
     26     'Bernoullis': '\u212C',
     27     'Beta': '\u0392',
     28     'Bumpeq': '\u224E',
     29     'bNot': '\u2AED',
     30     'backcong': '\u224C',
     31     'backepsilon': '\u03F6',
     32     'barvee': '\u22BD',
     33     'barwed': '\u2305',
     34     'barwedge': '\u2305',
     35     'bbrk': '\u23B5',
     36     'bbrktbrk': '\u23B6',
     37     'bcong': '\u224C',
     38     'bcy': '\u0431',
     39     'bdquo': '\u201E',
     40     'becaus': '\u2235',
     41     'because': '\u2235',
     42     'bemptyv': '\u29B0',
     43     'bepsi': '\u03F6',
     44     'bernou': '\u212C',
     45     'bigcap': '\u22C2',
     46     'bigcup': '\u22C3',
     47     'bigvee': '\u22C1',
     48     'bigwedge': '\u22C0',
     49     'bkarow': '\u290D',
     50     'blacksquare': '\u25AA',
     51     'blacktriangleright': '\u25B8',
     52     'blank': '\u2423',
     53     'blk12': '\u2592',
     54     'blk14': '\u2591',
     55     'blk34': '\u2593',
     56     'block': '\u2588',
     57     'bne': '\u003D\u20E5',
     58     'bnequiv': '\u2261\u20E5',
     59     'bnot': '\u2310',
     60     'bot': '\u22A5',
     61     'bottom': '\u22A5',
     62     'boxDL': '\u2557',
     63     'boxDR': '\u2554',
     64     'boxDl': '\u2556',
     65     'boxDr': '\u2553',
     66     'boxH': '\u2550',
     67     'boxHD': '\u2566',
     68     'boxHU': '\u2569',
     69     'boxHd': '\u2564',
     70     'boxHu': '\u2567',
     71     'boxUL': '\u255D',
     72     'boxUR': '\u255A',
     73     'boxUl': '\u255C',
     74     'boxUr': '\u2559',
     75     'boxV': '\u2551',
     76     'boxVH': '\u256C',
     77     'boxVL': '\u2563',
     78     'boxVR': '\u2560',
     79     'boxVh': '\u256B',
     80     'boxVl': '\u2562',
     81     'boxVr': '\u255F',
     82     'boxbox': '\u29C9',
     83     'boxdL': '\u2555',
     84     'boxdR': '\u2552',
     85     'boxh': '\u2500',
     86     'boxhD': '\u2565',
     87     'boxhU': '\u2568',
     88     'boxhd': '\u252C',
     89     'boxhu': '\u2534',
     90     'boxuL': '\u255B',
     91     'boxuR': '\u2558',
     92     'boxv': '\u2502',
     93     'boxvH': '\u256A',
     94     'boxvL': '\u2561',
     95     'boxvR': '\u255E',
     96     'boxvh': '\u253C',
     97     'boxvl': '\u2524',
     98     'boxvr': '\u251C',
     99     'bprime': '\u2035',
    100     'breve': '\u02D8',
    101     'brvbar': '\u00A6',
    102     'bsemi': '\u204F',
    103     'bsim': '\u223D',
    104     'bsime': '\u22CD',
    105     'bsolb': '\u29C5',
    106     'bsolhsub': '\u27C8',
    107     'bullet': '\u2022',
    108     'bump': '\u224E',
    109     'bumpE': '\u2AAE',
    110     'bumpe': '\u224F',
    111     'bumpeq': '\u224F'
    112   });
    113 
    114   MathJax.Ajax.loadComplete(MATHML.entityDir+"/b.js");
    115 
    116 })(MathJax.InputJax.MathML);