www

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

u.js (2495B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/u.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     'Uacute': '\u00DA',
     24     'Uarr': '\u219F',
     25     'Uarrocir': '\u2949',
     26     'Ubrcy': '\u040E',
     27     'Ubreve': '\u016C',
     28     'Ucirc': '\u00DB',
     29     'Ucy': '\u0423',
     30     'Udblac': '\u0170',
     31     'Ugrave': '\u00D9',
     32     'Umacr': '\u016A',
     33     'UnderBracket': '\u23B5',
     34     'UnderParenthesis': '\u23DD',
     35     'Uogon': '\u0172',
     36     'UpArrowBar': '\u2912',
     37     'UpArrowDownArrow': '\u21C5',
     38     'UpEquilibrium': '\u296E',
     39     'UpTeeArrow': '\u21A5',
     40     'UpperLeftArrow': '\u2196',
     41     'UpperRightArrow': '\u2197',
     42     'Upsi': '\u03D2',
     43     'Uring': '\u016E',
     44     'Utilde': '\u0168',
     45     'Uuml': '\u00DC',
     46     'uArr': '\u21D1',
     47     'uHar': '\u2963',
     48     'uacute': '\u00FA',
     49     'uarr': '\u2191',
     50     'ubrcy': '\u045E',
     51     'ubreve': '\u016D',
     52     'ucirc': '\u00FB',
     53     'ucy': '\u0443',
     54     'udarr': '\u21C5',
     55     'udblac': '\u0171',
     56     'udhar': '\u296E',
     57     'ufisht': '\u297E',
     58     'ugrave': '\u00F9',
     59     'uharl': '\u21BF',
     60     'uharr': '\u21BE',
     61     'uhblk': '\u2580',
     62     'ulcorn': '\u231C',
     63     'ulcorner': '\u231C',
     64     'ulcrop': '\u230F',
     65     'ultri': '\u25F8',
     66     'umacr': '\u016B',
     67     'uml': '\u00A8',
     68     'uogon': '\u0173',
     69     'uparrow': '\u2191',
     70     'updownarrow': '\u2195',
     71     'upharpoonleft': '\u21BF',
     72     'upharpoonright': '\u21BE',
     73     'uplus': '\u228E',
     74     'upsih': '\u03D2',
     75     'upsilon': '\u03C5',
     76     'urcorn': '\u231D',
     77     'urcorner': '\u231D',
     78     'urcrop': '\u230E',
     79     'uring': '\u016F',
     80     'urtri': '\u25F9',
     81     'utdot': '\u22F0',
     82     'utilde': '\u0169',
     83     'utri': '\u25B5',
     84     'utrif': '\u25B4',
     85     'uuarr': '\u21C8',
     86     'uuml': '\u00FC',
     87     'uwangle': '\u29A7'
     88   });
     89 
     90   MathJax.Ajax.loadComplete(MATHML.entityDir+"/u.js");
     91 
     92 })(MathJax.InputJax.MathML);