v.js (2114B)
1 /************************************************************* 2 * 3 * MathJax/jax/output/HTML-CSS/entities/v.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 'VDash': '\u22AB', 24 'Vbar': '\u2AEB', 25 'Vcy': '\u0412', 26 'Vdashl': '\u2AE6', 27 'Verbar': '\u2016', 28 'Vert': '\u2016', 29 'VerticalLine': '\u007C', 30 'VerticalSeparator': '\u2758', 31 'VeryThinSpace': '\u200A', 32 'vArr': '\u21D5', 33 'vBar': '\u2AE8', 34 'vBarv': '\u2AE9', 35 'vDash': '\u22A8', 36 'vangrt': '\u299C', 37 'varepsilon': '\u03F5', 38 'varkappa': '\u03F0', 39 'varnothing': '\u2205', 40 'varphi': '\u03D5', 41 'varpi': '\u03D6', 42 'varpropto': '\u221D', 43 'varr': '\u2195', 44 'varrho': '\u03F1', 45 'varsigma': '\u03C2', 46 'varsubsetneq': '\u228A\uFE00', 47 'varsubsetneqq': '\u2ACB\uFE00', 48 'varsupsetneq': '\u228B\uFE00', 49 'varsupsetneqq': '\u2ACC\uFE00', 50 'vartheta': '\u03D1', 51 'vartriangleleft': '\u22B2', 52 'vartriangleright': '\u22B3', 53 'vcy': '\u0432', 54 'vdash': '\u22A2', 55 'vee': '\u2228', 56 'veeeq': '\u225A', 57 'verbar': '\u007C', 58 'vert': '\u007C', 59 'vltri': '\u22B2', 60 'vnsub': '\u2282\u20D2', 61 'vnsup': '\u2283\u20D2', 62 'vprop': '\u221D', 63 'vrtri': '\u22B3', 64 'vsubnE': '\u2ACB\uFE00', 65 'vsubne': '\u228A\uFE00', 66 'vsupnE': '\u2ACC\uFE00', 67 'vsupne': '\u228B\uFE00', 68 'vzigzag': '\u299A' 69 }); 70 71 MathJax.Ajax.loadComplete(MATHML.entityDir+"/v.js"); 72 73 })(MathJax.InputJax.MathML);