g.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/g.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. 'GJcy': '\u0403',
  23. 'GT': '\u003E',
  24. 'Gammad': '\u03DC',
  25. 'Gbreve': '\u011E',
  26. 'Gcedil': '\u0122',
  27. 'Gcirc': '\u011C',
  28. 'Gcy': '\u0413',
  29. 'Gdot': '\u0120',
  30. 'GreaterGreater': '\u2AA2',
  31. 'Gt': '\u226B',
  32. 'gE': '\u2267',
  33. 'gacute': '\u01F5',
  34. 'gammad': '\u03DD',
  35. 'gbreve': '\u011F',
  36. 'gcirc': '\u011D',
  37. 'gcy': '\u0433',
  38. 'gdot': '\u0121',
  39. 'ge': '\u2265',
  40. 'gel': '\u22DB',
  41. 'geq': '\u2265',
  42. 'geqq': '\u2267',
  43. 'geqslant': '\u2A7E',
  44. 'ges': '\u2A7E',
  45. 'gescc': '\u2AA9',
  46. 'gesdot': '\u2A80',
  47. 'gesdoto': '\u2A82',
  48. 'gesdotol': '\u2A84',
  49. 'gesl': '\u22DB\uFE00',
  50. 'gesles': '\u2A94',
  51. 'gg': '\u226B',
  52. 'ggg': '\u22D9',
  53. 'gjcy': '\u0453',
  54. 'gl': '\u2277',
  55. 'glE': '\u2A92',
  56. 'gla': '\u2AA5',
  57. 'glj': '\u2AA4',
  58. 'gnapprox': '\u2A8A',
  59. 'gneq': '\u2A88',
  60. 'gneqq': '\u2269',
  61. 'grave': '\u0060',
  62. 'gsim': '\u2273',
  63. 'gsime': '\u2A8E',
  64. 'gsiml': '\u2A90',
  65. 'gtcc': '\u2AA7',
  66. 'gtcir': '\u2A7A',
  67. 'gtlPar': '\u2995',
  68. 'gtquest': '\u2A7C',
  69. 'gtrapprox': '\u2A86',
  70. 'gtrarr': '\u2978',
  71. 'gtrdot': '\u22D7',
  72. 'gtreqless': '\u22DB',
  73. 'gtreqqless': '\u2A8C',
  74. 'gtrless': '\u2277',
  75. 'gtrsim': '\u2273',
  76. 'gvertneqq': '\u2269\uFE00',
  77. 'gvnE': '\u2269\uFE00'
  78. });
  79. MathJax.Ajax.loadComplete(MATHML.entityDir+"/g.js");
  80. })(MathJax.InputJax.MathML);