h.js (1508B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/h.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 'HARDcy': '\u042A', 24 'Hcirc': '\u0124', 25 'HilbertSpace': '\u210B', 26 'HorizontalLine': '\u2500', 27 'Hstrok': '\u0126', 28 'hArr': '\u21D4', 29 'hairsp': '\u200A', 30 'half': '\u00BD', 31 'hamilt': '\u210B', 32 'hardcy': '\u044A', 33 'harr': '\u2194', 34 'harrcir': '\u2948', 35 'hcirc': '\u0125', 36 'hearts': '\u2665', 37 'heartsuit': '\u2665', 38 'hercon': '\u22B9', 39 'hksearow': '\u2925', 40 'hkswarow': '\u2926', 41 'hoarr': '\u21FF', 42 'homtht': '\u223B', 43 'horbar': '\u2015', 44 'hslash': '\u210F', 45 'hstrok': '\u0127', 46 'hybull': '\u2043', 47 'hyphen': '\u2010' 48 }); 49 50 MathJax.Ajax.loadComplete(MATHML.entityDir+"/h.js"); 51 52 })(MathJax.InputJax.MathML);