fr.js (2271B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/fr.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 'Afr': '\uD835\uDD04', 24 'Bfr': '\uD835\uDD05', 25 'Cfr': '\u212D', 26 'Dfr': '\uD835\uDD07', 27 'Efr': '\uD835\uDD08', 28 'Ffr': '\uD835\uDD09', 29 'Gfr': '\uD835\uDD0A', 30 'Hfr': '\u210C', 31 'Ifr': '\u2111', 32 'Jfr': '\uD835\uDD0D', 33 'Kfr': '\uD835\uDD0E', 34 'Lfr': '\uD835\uDD0F', 35 'Mfr': '\uD835\uDD10', 36 'Nfr': '\uD835\uDD11', 37 'Ofr': '\uD835\uDD12', 38 'Pfr': '\uD835\uDD13', 39 'Qfr': '\uD835\uDD14', 40 'Rfr': '\u211C', 41 'Sfr': '\uD835\uDD16', 42 'Tfr': '\uD835\uDD17', 43 'Ufr': '\uD835\uDD18', 44 'Vfr': '\uD835\uDD19', 45 'Wfr': '\uD835\uDD1A', 46 'Xfr': '\uD835\uDD1B', 47 'Yfr': '\uD835\uDD1C', 48 'Zfr': '\u2128', 49 'afr': '\uD835\uDD1E', 50 'bfr': '\uD835\uDD1F', 51 'cfr': '\uD835\uDD20', 52 'dfr': '\uD835\uDD21', 53 'efr': '\uD835\uDD22', 54 'ffr': '\uD835\uDD23', 55 'gfr': '\uD835\uDD24', 56 'hfr': '\uD835\uDD25', 57 'ifr': '\uD835\uDD26', 58 'jfr': '\uD835\uDD27', 59 'kfr': '\uD835\uDD28', 60 'lfr': '\uD835\uDD29', 61 'mfr': '\uD835\uDD2A', 62 'nfr': '\uD835\uDD2B', 63 'ofr': '\uD835\uDD2C', 64 'pfr': '\uD835\uDD2D', 65 'qfr': '\uD835\uDD2E', 66 'rfr': '\uD835\uDD2F', 67 'sfr': '\uD835\uDD30', 68 'tfr': '\uD835\uDD31', 69 'ufr': '\uD835\uDD32', 70 'vfr': '\uD835\uDD33', 71 'wfr': '\uD835\uDD34', 72 'xfr': '\uD835\uDD35', 73 'yfr': '\uD835\uDD36', 74 'zfr': '\uD835\uDD37' 75 }); 76 77 MathJax.Ajax.loadComplete(MATHML.entityDir+"/fr.js"); 78 79 })(MathJax.InputJax.MathML);