d.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/d.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. 'DD': '\u2145',
  23. 'DDotrahd': '\u2911',
  24. 'DJcy': '\u0402',
  25. 'DScy': '\u0405',
  26. 'DZcy': '\u040F',
  27. 'Darr': '\u21A1',
  28. 'Dashv': '\u2AE4',
  29. 'Dcaron': '\u010E',
  30. 'Dcy': '\u0414',
  31. 'DiacriticalAcute': '\u00B4',
  32. 'DiacriticalDot': '\u02D9',
  33. 'DiacriticalDoubleAcute': '\u02DD',
  34. 'DiacriticalGrave': '\u0060',
  35. 'DiacriticalTilde': '\u02DC',
  36. 'Dot': '\u00A8',
  37. 'DotDot': '\u20DC',
  38. 'DoubleContourIntegral': '\u222F',
  39. 'DoubleDownArrow': '\u21D3',
  40. 'DoubleLeftArrow': '\u21D0',
  41. 'DoubleLeftRightArrow': '\u21D4',
  42. 'DoubleLeftTee': '\u2AE4',
  43. 'DoubleLongLeftArrow': '\u27F8',
  44. 'DoubleLongLeftRightArrow': '\u27FA',
  45. 'DoubleLongRightArrow': '\u27F9',
  46. 'DoubleRightArrow': '\u21D2',
  47. 'DoubleUpArrow': '\u21D1',
  48. 'DoubleUpDownArrow': '\u21D5',
  49. 'DownArrowBar': '\u2913',
  50. 'DownArrowUpArrow': '\u21F5',
  51. 'DownBreve': '\u0311',
  52. 'DownLeftRightVector': '\u2950',
  53. 'DownLeftTeeVector': '\u295E',
  54. 'DownLeftVectorBar': '\u2956',
  55. 'DownRightTeeVector': '\u295F',
  56. 'DownRightVectorBar': '\u2957',
  57. 'DownTeeArrow': '\u21A7',
  58. 'Dstrok': '\u0110',
  59. 'dArr': '\u21D3',
  60. 'dHar': '\u2965',
  61. 'darr': '\u2193',
  62. 'dash': '\u2010',
  63. 'dashv': '\u22A3',
  64. 'dbkarow': '\u290F',
  65. 'dblac': '\u02DD',
  66. 'dcaron': '\u010F',
  67. 'dcy': '\u0434',
  68. 'dd': '\u2146',
  69. 'ddagger': '\u2021',
  70. 'ddotseq': '\u2A77',
  71. 'demptyv': '\u29B1',
  72. 'dfisht': '\u297F',
  73. 'dharl': '\u21C3',
  74. 'dharr': '\u21C2',
  75. 'diam': '\u22C4',
  76. 'diamond': '\u22C4',
  77. 'diamondsuit': '\u2666',
  78. 'diams': '\u2666',
  79. 'die': '\u00A8',
  80. 'disin': '\u22F2',
  81. 'divide': '\u00F7',
  82. 'divonx': '\u22C7',
  83. 'djcy': '\u0452',
  84. 'dlcorn': '\u231E',
  85. 'dlcrop': '\u230D',
  86. 'dollar': '\u0024',
  87. 'doteq': '\u2250',
  88. 'dotminus': '\u2238',
  89. 'doublebarwedge': '\u2306',
  90. 'downarrow': '\u2193',
  91. 'downdownarrows': '\u21CA',
  92. 'downharpoonleft': '\u21C3',
  93. 'downharpoonright': '\u21C2',
  94. 'drbkarow': '\u2910',
  95. 'drcorn': '\u231F',
  96. 'drcrop': '\u230C',
  97. 'dscy': '\u0455',
  98. 'dsol': '\u29F6',
  99. 'dstrok': '\u0111',
  100. 'dtri': '\u25BF',
  101. 'dtrif': '\u25BE',
  102. 'duarr': '\u21F5',
  103. 'duhar': '\u296F',
  104. 'dwangle': '\u29A6',
  105. 'dzcy': '\u045F',
  106. 'dzigrarr': '\u27FF'
  107. });
  108. MathJax.Ajax.loadComplete(MATHML.entityDir+"/d.js");
  109. })(MathJax.InputJax.MathML);