u.js 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/u.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. 'Uacute': '\u00DA',
  23. 'Uarr': '\u219F',
  24. 'Uarrocir': '\u2949',
  25. 'Ubrcy': '\u040E',
  26. 'Ubreve': '\u016C',
  27. 'Ucirc': '\u00DB',
  28. 'Ucy': '\u0423',
  29. 'Udblac': '\u0170',
  30. 'Ugrave': '\u00D9',
  31. 'Umacr': '\u016A',
  32. 'UnderBracket': '\u23B5',
  33. 'UnderParenthesis': '\u23DD',
  34. 'Uogon': '\u0172',
  35. 'UpArrowBar': '\u2912',
  36. 'UpArrowDownArrow': '\u21C5',
  37. 'UpEquilibrium': '\u296E',
  38. 'UpTeeArrow': '\u21A5',
  39. 'UpperLeftArrow': '\u2196',
  40. 'UpperRightArrow': '\u2197',
  41. 'Upsi': '\u03D2',
  42. 'Uring': '\u016E',
  43. 'Utilde': '\u0168',
  44. 'Uuml': '\u00DC',
  45. 'uArr': '\u21D1',
  46. 'uHar': '\u2963',
  47. 'uacute': '\u00FA',
  48. 'uarr': '\u2191',
  49. 'ubrcy': '\u045E',
  50. 'ubreve': '\u016D',
  51. 'ucirc': '\u00FB',
  52. 'ucy': '\u0443',
  53. 'udarr': '\u21C5',
  54. 'udblac': '\u0171',
  55. 'udhar': '\u296E',
  56. 'ufisht': '\u297E',
  57. 'ugrave': '\u00F9',
  58. 'uharl': '\u21BF',
  59. 'uharr': '\u21BE',
  60. 'uhblk': '\u2580',
  61. 'ulcorn': '\u231C',
  62. 'ulcorner': '\u231C',
  63. 'ulcrop': '\u230F',
  64. 'ultri': '\u25F8',
  65. 'umacr': '\u016B',
  66. 'uml': '\u00A8',
  67. 'uogon': '\u0173',
  68. 'uparrow': '\u2191',
  69. 'updownarrow': '\u2195',
  70. 'upharpoonleft': '\u21BF',
  71. 'upharpoonright': '\u21BE',
  72. 'uplus': '\u228E',
  73. 'upsih': '\u03D2',
  74. 'upsilon': '\u03C5',
  75. 'urcorn': '\u231D',
  76. 'urcorner': '\u231D',
  77. 'urcrop': '\u230E',
  78. 'uring': '\u016F',
  79. 'urtri': '\u25F9',
  80. 'utdot': '\u22F0',
  81. 'utilde': '\u0169',
  82. 'utri': '\u25B5',
  83. 'utrif': '\u25B4',
  84. 'uuarr': '\u21C8',
  85. 'uuml': '\u00FC',
  86. 'uwangle': '\u29A7'
  87. });
  88. MathJax.Ajax.loadComplete(MATHML.entityDir+"/u.js");
  89. })(MathJax.InputJax.MathML);