home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Bureautique / calibre / calibre-1.35.0.msi / file_682 < prev    next >
Text File  |  2013-05-28  |  2KB  |  87 lines

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