p.js 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/p.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. 'Pcy': '\u041F',
  23. 'Poincareplane': '\u210C',
  24. 'Pr': '\u2ABB',
  25. 'Prime': '\u2033',
  26. 'Proportion': '\u2237',
  27. 'par': '\u2225',
  28. 'para': '\u00B6',
  29. 'parallel': '\u2225',
  30. 'parsim': '\u2AF3',
  31. 'parsl': '\u2AFD',
  32. 'part': '\u2202',
  33. 'pcy': '\u043F',
  34. 'percnt': '\u0025',
  35. 'permil': '\u2030',
  36. 'perp': '\u22A5',
  37. 'pertenk': '\u2031',
  38. 'phmmat': '\u2133',
  39. 'phone': '\u260E',
  40. 'pitchfork': '\u22D4',
  41. 'planck': '\u210F',
  42. 'planckh': '\u210E',
  43. 'plankv': '\u210F',
  44. 'plus': '\u002B',
  45. 'plusacir': '\u2A23',
  46. 'plusb': '\u229E',
  47. 'pluscir': '\u2A22',
  48. 'plusdo': '\u2214',
  49. 'plusdu': '\u2A25',
  50. 'pluse': '\u2A72',
  51. 'plusmn': '\u00B1',
  52. 'plussim': '\u2A26',
  53. 'plustwo': '\u2A27',
  54. 'pm': '\u00B1',
  55. 'pointint': '\u2A15',
  56. 'pound': '\u00A3',
  57. 'pr': '\u227A',
  58. 'prE': '\u2AB3',
  59. 'prcue': '\u227C',
  60. 'pre': '\u2AAF',
  61. 'prec': '\u227A',
  62. 'precapprox': '\u2AB7',
  63. 'preccurlyeq': '\u227C',
  64. 'preceq': '\u2AAF',
  65. 'precsim': '\u227E',
  66. 'primes': '\u2119',
  67. 'prnE': '\u2AB5',
  68. 'prnap': '\u2AB9',
  69. 'prnsim': '\u22E8',
  70. 'prod': '\u220F',
  71. 'profalar': '\u232E',
  72. 'profline': '\u2312',
  73. 'profsurf': '\u2313',
  74. 'prop': '\u221D',
  75. 'propto': '\u221D',
  76. 'prsim': '\u227E',
  77. 'prurel': '\u22B0',
  78. 'puncsp': '\u2008'
  79. });
  80. MathJax.Ajax.loadComplete(MATHML.entityDir+"/p.js");
  81. })(MathJax.InputJax.MathML);