f.js (1702B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/f.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 'Fcy': '\u0424', 24 'FilledSmallSquare': '\u25FC', 25 'Fouriertrf': '\u2131', 26 'fallingdotseq': '\u2252', 27 'fcy': '\u0444', 28 'female': '\u2640', 29 'ffilig': '\uFB03', 30 'fflig': '\uFB00', 31 'ffllig': '\uFB04', 32 'filig': '\uFB01', 33 'fjlig': '\u0066\u006A', 34 'fllig': '\uFB02', 35 'fltns': '\u25B1', 36 'fnof': '\u0192', 37 'forall': '\u2200', 38 'forkv': '\u2AD9', 39 'fpartint': '\u2A0D', 40 'frac12': '\u00BD', 41 'frac13': '\u2153', 42 'frac14': '\u00BC', 43 'frac15': '\u2155', 44 'frac16': '\u2159', 45 'frac18': '\u215B', 46 'frac23': '\u2154', 47 'frac25': '\u2156', 48 'frac34': '\u00BE', 49 'frac35': '\u2157', 50 'frac38': '\u215C', 51 'frac45': '\u2158', 52 'frac56': '\u215A', 53 'frac58': '\u215D', 54 'frac78': '\u215E', 55 'frasl': '\u2044' 56 }); 57 58 MathJax.Ajax.loadComplete(MATHML.entityDir+"/f.js"); 59 60 })(MathJax.InputJax.MathML);