www

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

c.js (3087B)


      1 /*************************************************************
      2  *
      3  *  MathJax/jax/output/HTML-CSS/entities/c.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     'CHcy': '\u0427',
     24     'COPY': '\u00A9',
     25     'Cacute': '\u0106',
     26     'CapitalDifferentialD': '\u2145',
     27     'Cayleys': '\u212D',
     28     'Ccaron': '\u010C',
     29     'Ccedil': '\u00C7',
     30     'Ccirc': '\u0108',
     31     'Cconint': '\u2230',
     32     'Cdot': '\u010A',
     33     'Cedilla': '\u00B8',
     34     'Chi': '\u03A7',
     35     'ClockwiseContourIntegral': '\u2232',
     36     'CloseCurlyDoubleQuote': '\u201D',
     37     'CloseCurlyQuote': '\u2019',
     38     'Colon': '\u2237',
     39     'Colone': '\u2A74',
     40     'Conint': '\u222F',
     41     'CounterClockwiseContourIntegral': '\u2233',
     42     'cacute': '\u0107',
     43     'capand': '\u2A44',
     44     'capbrcup': '\u2A49',
     45     'capcap': '\u2A4B',
     46     'capcup': '\u2A47',
     47     'capdot': '\u2A40',
     48     'caps': '\u2229\uFE00',
     49     'caret': '\u2041',
     50     'caron': '\u02C7',
     51     'ccaps': '\u2A4D',
     52     'ccaron': '\u010D',
     53     'ccedil': '\u00E7',
     54     'ccirc': '\u0109',
     55     'ccups': '\u2A4C',
     56     'ccupssm': '\u2A50',
     57     'cdot': '\u010B',
     58     'cedil': '\u00B8',
     59     'cemptyv': '\u29B2',
     60     'cent': '\u00A2',
     61     'centerdot': '\u00B7',
     62     'chcy': '\u0447',
     63     'checkmark': '\u2713',
     64     'cir': '\u25CB',
     65     'cirE': '\u29C3',
     66     'cire': '\u2257',
     67     'cirfnint': '\u2A10',
     68     'cirmid': '\u2AEF',
     69     'cirscir': '\u29C2',
     70     'clubsuit': '\u2663',
     71     'colone': '\u2254',
     72     'coloneq': '\u2254',
     73     'comma': '\u002C',
     74     'commat': '\u0040',
     75     'compfn': '\u2218',
     76     'complement': '\u2201',
     77     'complexes': '\u2102',
     78     'cong': '\u2245',
     79     'congdot': '\u2A6D',
     80     'conint': '\u222E',
     81     'coprod': '\u2210',
     82     'copy': '\u00A9',
     83     'copysr': '\u2117',
     84     'crarr': '\u21B5',
     85     'cross': '\u2717',
     86     'csub': '\u2ACF',
     87     'csube': '\u2AD1',
     88     'csup': '\u2AD0',
     89     'csupe': '\u2AD2',
     90     'cudarrl': '\u2938',
     91     'cudarrr': '\u2935',
     92     'cularrp': '\u293D',
     93     'cupbrcap': '\u2A48',
     94     'cupcap': '\u2A46',
     95     'cupcup': '\u2A4A',
     96     'cupdot': '\u228D',
     97     'cupor': '\u2A45',
     98     'cups': '\u222A\uFE00',
     99     'curarrm': '\u293C',
    100     'curlyeqprec': '\u22DE',
    101     'curlyeqsucc': '\u22DF',
    102     'curren': '\u00A4',
    103     'curvearrowleft': '\u21B6',
    104     'curvearrowright': '\u21B7',
    105     'cuvee': '\u22CE',
    106     'cuwed': '\u22CF',
    107     'cwconint': '\u2232',
    108     'cwint': '\u2231',
    109     'cylcty': '\u232D'
    110   });
    111 
    112   MathJax.Ajax.loadComplete(MATHML.entityDir+"/c.js");
    113 
    114 })(MathJax.InputJax.MathML);