b.js 2.9 KB

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