c.js 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/c.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. 'CHcy': '\u0427',
  23. 'COPY': '\u00A9',
  24. 'Cacute': '\u0106',
  25. 'CapitalDifferentialD': '\u2145',
  26. 'Cayleys': '\u212D',
  27. 'Ccaron': '\u010C',
  28. 'Ccedil': '\u00C7',
  29. 'Ccirc': '\u0108',
  30. 'Cconint': '\u2230',
  31. 'Cdot': '\u010A',
  32. 'Cedilla': '\u00B8',
  33. 'Chi': '\u03A7',
  34. 'ClockwiseContourIntegral': '\u2232',
  35. 'CloseCurlyDoubleQuote': '\u201D',
  36. 'CloseCurlyQuote': '\u2019',
  37. 'Colon': '\u2237',
  38. 'Colone': '\u2A74',
  39. 'Conint': '\u222F',
  40. 'CounterClockwiseContourIntegral': '\u2233',
  41. 'cacute': '\u0107',
  42. 'capand': '\u2A44',
  43. 'capbrcup': '\u2A49',
  44. 'capcap': '\u2A4B',
  45. 'capcup': '\u2A47',
  46. 'capdot': '\u2A40',
  47. 'caps': '\u2229\uFE00',
  48. 'caret': '\u2041',
  49. 'caron': '\u02C7',
  50. 'ccaps': '\u2A4D',
  51. 'ccaron': '\u010D',
  52. 'ccedil': '\u00E7',
  53. 'ccirc': '\u0109',
  54. 'ccups': '\u2A4C',
  55. 'ccupssm': '\u2A50',
  56. 'cdot': '\u010B',
  57. 'cedil': '\u00B8',
  58. 'cemptyv': '\u29B2',
  59. 'cent': '\u00A2',
  60. 'centerdot': '\u00B7',
  61. 'chcy': '\u0447',
  62. 'checkmark': '\u2713',
  63. 'cir': '\u25CB',
  64. 'cirE': '\u29C3',
  65. 'cire': '\u2257',
  66. 'cirfnint': '\u2A10',
  67. 'cirmid': '\u2AEF',
  68. 'cirscir': '\u29C2',
  69. 'clubsuit': '\u2663',
  70. 'colone': '\u2254',
  71. 'coloneq': '\u2254',
  72. 'comma': '\u002C',
  73. 'commat': '\u0040',
  74. 'compfn': '\u2218',
  75. 'complement': '\u2201',
  76. 'complexes': '\u2102',
  77. 'cong': '\u2245',
  78. 'congdot': '\u2A6D',
  79. 'conint': '\u222E',
  80. 'coprod': '\u2210',
  81. 'copy': '\u00A9',
  82. 'copysr': '\u2117',
  83. 'crarr': '\u21B5',
  84. 'cross': '\u2717',
  85. 'csub': '\u2ACF',
  86. 'csube': '\u2AD1',
  87. 'csup': '\u2AD0',
  88. 'csupe': '\u2AD2',
  89. 'cudarrl': '\u2938',
  90. 'cudarrr': '\u2935',
  91. 'cularrp': '\u293D',
  92. 'cupbrcap': '\u2A48',
  93. 'cupcap': '\u2A46',
  94. 'cupcup': '\u2A4A',
  95. 'cupdot': '\u228D',
  96. 'cupor': '\u2A45',
  97. 'cups': '\u222A\uFE00',
  98. 'curarrm': '\u293C',
  99. 'curlyeqprec': '\u22DE',
  100. 'curlyeqsucc': '\u22DF',
  101. 'curren': '\u00A4',
  102. 'curvearrowleft': '\u21B6',
  103. 'curvearrowright': '\u21B7',
  104. 'cuvee': '\u22CE',
  105. 'cuwed': '\u22CF',
  106. 'cwconint': '\u2232',
  107. 'cwint': '\u2231',
  108. 'cylcty': '\u232D'
  109. });
  110. MathJax.Ajax.loadComplete(MATHML.entityDir+"/c.js");
  111. })(MathJax.InputJax.MathML);