m.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/m.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. 'Map': '\u2905',
  23. 'Mcy': '\u041C',
  24. 'MediumSpace': '\u205F',
  25. 'Mellintrf': '\u2133',
  26. 'Mu': '\u039C',
  27. 'mDDot': '\u223A',
  28. 'male': '\u2642',
  29. 'maltese': '\u2720',
  30. 'map': '\u21A6',
  31. 'mapsto': '\u21A6',
  32. 'mapstodown': '\u21A7',
  33. 'mapstoleft': '\u21A4',
  34. 'mapstoup': '\u21A5',
  35. 'marker': '\u25AE',
  36. 'mcomma': '\u2A29',
  37. 'mcy': '\u043C',
  38. 'mdash': '\u2014',
  39. 'measuredangle': '\u2221',
  40. 'micro': '\u00B5',
  41. 'mid': '\u2223',
  42. 'midast': '\u002A',
  43. 'midcir': '\u2AF0',
  44. 'middot': '\u00B7',
  45. 'minus': '\u2212',
  46. 'minusb': '\u229F',
  47. 'minusd': '\u2238',
  48. 'minusdu': '\u2A2A',
  49. 'mlcp': '\u2ADB',
  50. 'mldr': '\u2026',
  51. 'mnplus': '\u2213',
  52. 'models': '\u22A7',
  53. 'mp': '\u2213',
  54. 'mstpos': '\u223E',
  55. 'mumap': '\u22B8'
  56. });
  57. MathJax.Ajax.loadComplete(MATHML.entityDir+"/m.js");
  58. })(MathJax.InputJax.MathML);