f.js 1.7 KB

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