m.js (1704B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/m.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 'Map': '\u2905', 24 'Mcy': '\u041C', 25 'MediumSpace': '\u205F', 26 'Mellintrf': '\u2133', 27 'Mu': '\u039C', 28 'mDDot': '\u223A', 29 'male': '\u2642', 30 'maltese': '\u2720', 31 'map': '\u21A6', 32 'mapsto': '\u21A6', 33 'mapstodown': '\u21A7', 34 'mapstoleft': '\u21A4', 35 'mapstoup': '\u21A5', 36 'marker': '\u25AE', 37 'mcomma': '\u2A29', 38 'mcy': '\u043C', 39 'mdash': '\u2014', 40 'measuredangle': '\u2221', 41 'micro': '\u00B5', 42 'mid': '\u2223', 43 'midast': '\u002A', 44 'midcir': '\u2AF0', 45 'middot': '\u00B7', 46 'minus': '\u2212', 47 'minusb': '\u229F', 48 'minusd': '\u2238', 49 'minusdu': '\u2A2A', 50 'mlcp': '\u2ADB', 51 'mldr': '\u2026', 52 'mnplus': '\u2213', 53 'models': '\u22A7', 54 'mp': '\u2213', 55 'mstpos': '\u223E', 56 'mumap': '\u22B8' 57 }); 58 59 MathJax.Ajax.loadComplete(MATHML.entityDir+"/m.js"); 60 61 })(MathJax.InputJax.MathML);