m.ts 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import * as Entities from '../Entities.js';
  18. Entities.add({
  19. Map: '\u2905',
  20. Mcy: '\u041C',
  21. MediumSpace: '\u205F',
  22. Mellintrf: '\u2133',
  23. Mu: '\u039C',
  24. mDDot: '\u223A',
  25. male: '\u2642',
  26. maltese: '\u2720',
  27. map: '\u21A6',
  28. mapsto: '\u21A6',
  29. mapstodown: '\u21A7',
  30. mapstoleft: '\u21A4',
  31. mapstoup: '\u21A5',
  32. marker: '\u25AE',
  33. mcomma: '\u2A29',
  34. mcy: '\u043C',
  35. mdash: '\u2014',
  36. measuredangle: '\u2221',
  37. micro: '\u00B5',
  38. mid: '\u2223',
  39. midast: '\u002A',
  40. midcir: '\u2AF0',
  41. middot: '\u00B7',
  42. minus: '\u2212',
  43. minusb: '\u229F',
  44. minusd: '\u2238',
  45. minusdu: '\u2A2A',
  46. mlcp: '\u2ADB',
  47. mldr: '\u2026',
  48. mnplus: '\u2213',
  49. models: '\u22A7',
  50. mp: '\u2213',
  51. mstpos: '\u223E',
  52. mumap: '\u22B8'
  53. }, 'm');