www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

d.js (3198B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/d.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     'DD': '\u2145',
     24     'DDotrahd': '\u2911',
     25     'DJcy': '\u0402',
     26     'DScy': '\u0405',
     27     'DZcy': '\u040F',
     28     'Darr': '\u21A1',
     29     'Dashv': '\u2AE4',
     30     'Dcaron': '\u010E',
     31     'Dcy': '\u0414',
     32     'DiacriticalAcute': '\u00B4',
     33     'DiacriticalDot': '\u02D9',
     34     'DiacriticalDoubleAcute': '\u02DD',
     35     'DiacriticalGrave': '\u0060',
     36     'DiacriticalTilde': '\u02DC',
     37     'Dot': '\u00A8',
     38     'DotDot': '\u20DC',
     39     'DoubleContourIntegral': '\u222F',
     40     'DoubleDownArrow': '\u21D3',
     41     'DoubleLeftArrow': '\u21D0',
     42     'DoubleLeftRightArrow': '\u21D4',
     43     'DoubleLeftTee': '\u2AE4',
     44     'DoubleLongLeftArrow': '\u27F8',
     45     'DoubleLongLeftRightArrow': '\u27FA',
     46     'DoubleLongRightArrow': '\u27F9',
     47     'DoubleRightArrow': '\u21D2',
     48     'DoubleUpArrow': '\u21D1',
     49     'DoubleUpDownArrow': '\u21D5',
     50     'DownArrowBar': '\u2913',
     51     'DownArrowUpArrow': '\u21F5',
     52     'DownBreve': '\u0311',
     53     'DownLeftRightVector': '\u2950',
     54     'DownLeftTeeVector': '\u295E',
     55     'DownLeftVectorBar': '\u2956',
     56     'DownRightTeeVector': '\u295F',
     57     'DownRightVectorBar': '\u2957',
     58     'DownTeeArrow': '\u21A7',
     59     'Dstrok': '\u0110',
     60     'dArr': '\u21D3',
     61     'dHar': '\u2965',
     62     'darr': '\u2193',
     63     'dash': '\u2010',
     64     'dashv': '\u22A3',
     65     'dbkarow': '\u290F',
     66     'dblac': '\u02DD',
     67     'dcaron': '\u010F',
     68     'dcy': '\u0434',
     69     'dd': '\u2146',
     70     'ddagger': '\u2021',
     71     'ddotseq': '\u2A77',
     72     'demptyv': '\u29B1',
     73     'dfisht': '\u297F',
     74     'dharl': '\u21C3',
     75     'dharr': '\u21C2',
     76     'diam': '\u22C4',
     77     'diamond': '\u22C4',
     78     'diamondsuit': '\u2666',
     79     'diams': '\u2666',
     80     'die': '\u00A8',
     81     'disin': '\u22F2',
     82     'divide': '\u00F7',
     83     'divonx': '\u22C7',
     84     'djcy': '\u0452',
     85     'dlcorn': '\u231E',
     86     'dlcrop': '\u230D',
     87     'dollar': '\u0024',
     88     'doteq': '\u2250',
     89     'dotminus': '\u2238',
     90     'doublebarwedge': '\u2306',
     91     'downarrow': '\u2193',
     92     'downdownarrows': '\u21CA',
     93     'downharpoonleft': '\u21C3',
     94     'downharpoonright': '\u21C2',
     95     'drbkarow': '\u2910',
     96     'drcorn': '\u231F',
     97     'drcrop': '\u230C',
     98     'dscy': '\u0455',
     99     'dsol': '\u29F6',
    100     'dstrok': '\u0111',
    101     'dtri': '\u25BF',
    102     'dtrif': '\u25BE',
    103     'duarr': '\u21F5',
    104     'duhar': '\u296F',
    105     'dwangle': '\u29A6',
    106     'dzcy': '\u045F',
    107     'dzigrarr': '\u27FF'
    108   });
    109 
    110   MathJax.Ajax.loadComplete(MATHML.entityDir+"/d.js");
    111 
    112 })(MathJax.InputJax.MathML);