t.js 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*************************************************************
  2. *
  3. * MathJax/jax/output/HTML-CSS/entities/t.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. 'THORN': '\u00DE',
  23. 'TRADE': '\u2122',
  24. 'TSHcy': '\u040B',
  25. 'TScy': '\u0426',
  26. 'Tab': '\u0009',
  27. 'Tau': '\u03A4',
  28. 'Tcaron': '\u0164',
  29. 'Tcedil': '\u0162',
  30. 'Tcy': '\u0422',
  31. 'ThickSpace': '\u205F\u200A',
  32. 'ThinSpace': '\u2009',
  33. 'TripleDot': '\u20DB',
  34. 'Tstrok': '\u0166',
  35. 'target': '\u2316',
  36. 'tbrk': '\u23B4',
  37. 'tcaron': '\u0165',
  38. 'tcedil': '\u0163',
  39. 'tcy': '\u0442',
  40. 'tdot': '\u20DB',
  41. 'telrec': '\u2315',
  42. 'there4': '\u2234',
  43. 'therefore': '\u2234',
  44. 'thetasym': '\u03D1',
  45. 'thickapprox': '\u2248',
  46. 'thicksim': '\u223C',
  47. 'thinsp': '\u2009',
  48. 'thkap': '\u2248',
  49. 'thksim': '\u223C',
  50. 'thorn': '\u00FE',
  51. 'timesb': '\u22A0',
  52. 'timesbar': '\u2A31',
  53. 'timesd': '\u2A30',
  54. 'tint': '\u222D',
  55. 'toea': '\u2928',
  56. 'top': '\u22A4',
  57. 'topbot': '\u2336',
  58. 'topcir': '\u2AF1',
  59. 'topfork': '\u2ADA',
  60. 'tosa': '\u2929',
  61. 'tprime': '\u2034',
  62. 'trade': '\u2122',
  63. 'triangledown': '\u25BF',
  64. 'triangleleft': '\u25C3',
  65. 'trianglelefteq': '\u22B4',
  66. 'triangleright': '\u25B9',
  67. 'trianglerighteq': '\u22B5',
  68. 'tridot': '\u25EC',
  69. 'trie': '\u225C',
  70. 'triminus': '\u2A3A',
  71. 'triplus': '\u2A39',
  72. 'trisb': '\u29CD',
  73. 'tritime': '\u2A3B',
  74. 'trpezium': '\u23E2',
  75. 'tscy': '\u0446',
  76. 'tshcy': '\u045B',
  77. 'tstrok': '\u0167',
  78. 'twixt': '\u226C',
  79. 'twoheadleftarrow': '\u219E',
  80. 'twoheadrightarrow': '\u21A0'
  81. });
  82. MathJax.Ajax.loadComplete(MATHML.entityDir+"/t.js");
  83. })(MathJax.InputJax.MathML);