g.ts 1.9 KB

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