o.js (2377B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/o.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 'OElig': '\u0152', 24 'Oacute': '\u00D3', 25 'Ocirc': '\u00D4', 26 'Ocy': '\u041E', 27 'Odblac': '\u0150', 28 'Ograve': '\u00D2', 29 'Omacr': '\u014C', 30 'Omicron': '\u039F', 31 'OpenCurlyDoubleQuote': '\u201C', 32 'OpenCurlyQuote': '\u2018', 33 'Or': '\u2A54', 34 'Oslash': '\u00D8', 35 'Otilde': '\u00D5', 36 'Otimes': '\u2A37', 37 'Ouml': '\u00D6', 38 'OverBracket': '\u23B4', 39 'OverParenthesis': '\u23DC', 40 'oS': '\u24C8', 41 'oacute': '\u00F3', 42 'oast': '\u229B', 43 'ocir': '\u229A', 44 'ocirc': '\u00F4', 45 'ocy': '\u043E', 46 'odash': '\u229D', 47 'odblac': '\u0151', 48 'odiv': '\u2A38', 49 'odot': '\u2299', 50 'odsold': '\u29BC', 51 'oelig': '\u0153', 52 'ofcir': '\u29BF', 53 'ogon': '\u02DB', 54 'ograve': '\u00F2', 55 'ogt': '\u29C1', 56 'ohbar': '\u29B5', 57 'ohm': '\u03A9', 58 'oint': '\u222E', 59 'olarr': '\u21BA', 60 'olcir': '\u29BE', 61 'olcross': '\u29BB', 62 'oline': '\u203E', 63 'olt': '\u29C0', 64 'omacr': '\u014D', 65 'omid': '\u29B6', 66 'ominus': '\u2296', 67 'opar': '\u29B7', 68 'operp': '\u29B9', 69 'oplus': '\u2295', 70 'orarr': '\u21BB', 71 'ord': '\u2A5D', 72 'order': '\u2134', 73 'orderof': '\u2134', 74 'ordf': '\u00AA', 75 'ordm': '\u00BA', 76 'origof': '\u22B6', 77 'oror': '\u2A56', 78 'orslope': '\u2A57', 79 'orv': '\u2A5B', 80 'oslash': '\u00F8', 81 'otilde': '\u00F5', 82 'otimes': '\u2297', 83 'otimesas': '\u2A36', 84 'ouml': '\u00F6', 85 'ovbar': '\u233D' 86 }); 87 88 MathJax.Ajax.loadComplete(MATHML.entityDir+"/o.js"); 89 90 })(MathJax.InputJax.MathML);