h.js 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/h.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. 'HARDcy': '\u042A',
  23. 'Hcirc': '\u0124',
  24. 'HilbertSpace': '\u210B',
  25. 'HorizontalLine': '\u2500',
  26. 'Hstrok': '\u0126',
  27. 'hArr': '\u21D4',
  28. 'hairsp': '\u200A',
  29. 'half': '\u00BD',
  30. 'hamilt': '\u210B',
  31. 'hardcy': '\u044A',
  32. 'harr': '\u2194',
  33. 'harrcir': '\u2948',
  34. 'hcirc': '\u0125',
  35. 'hearts': '\u2665',
  36. 'heartsuit': '\u2665',
  37. 'hercon': '\u22B9',
  38. 'hksearow': '\u2925',
  39. 'hkswarow': '\u2926',
  40. 'hoarr': '\u21FF',
  41. 'homtht': '\u223B',
  42. 'horbar': '\u2015',
  43. 'hslash': '\u210F',
  44. 'hstrok': '\u0127',
  45. 'hybull': '\u2043',
  46. 'hyphen': '\u2010'
  47. });
  48. MathJax.Ajax.loadComplete(MATHML.entityDir+"/h.js");
  49. })(MathJax.InputJax.MathML);