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