fr.js 2.2 KB

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