v.ts 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import * as Entities from '../Entities.js';
  18. Entities.add({
  19. VDash: '\u22AB',
  20. Vbar: '\u2AEB',
  21. Vcy: '\u0412',
  22. Vdashl: '\u2AE6',
  23. Verbar: '\u2016',
  24. Vert: '\u2016',
  25. VerticalLine: '\u007C',
  26. VerticalSeparator: '\u2758',
  27. VeryThinSpace: '\u200A',
  28. vArr: '\u21D5',
  29. vBar: '\u2AE8',
  30. vBarv: '\u2AE9',
  31. vDash: '\u22A8',
  32. vangrt: '\u299C',
  33. varepsilon: '\u03F5',
  34. varkappa: '\u03F0',
  35. varnothing: '\u2205',
  36. varphi: '\u03D5',
  37. varpi: '\u03D6',
  38. varpropto: '\u221D',
  39. varr: '\u2195',
  40. varrho: '\u03F1',
  41. varsigma: '\u03C2',
  42. varsubsetneq: '\u228A\uFE00',
  43. varsubsetneqq: '\u2ACB\uFE00',
  44. varsupsetneq: '\u228B\uFE00',
  45. varsupsetneqq: '\u2ACC\uFE00',
  46. vartheta: '\u03D1',
  47. vartriangleleft: '\u22B2',
  48. vartriangleright: '\u22B3',
  49. vcy: '\u0432',
  50. vdash: '\u22A2',
  51. vee: '\u2228',
  52. veeeq: '\u225A',
  53. verbar: '\u007C',
  54. vert: '\u007C',
  55. vltri: '\u22B2',
  56. vnsub: '\u2282\u20D2',
  57. vnsup: '\u2283\u20D2',
  58. vprop: '\u221D',
  59. vrtri: '\u22B3',
  60. vsubnE: '\u2ACB\uFE00',
  61. vsubne: '\u228A\uFE00',
  62. vsupnE: '\u2ACC\uFE00',
  63. vsupne: '\u228B\uFE00',
  64. vzigzag: '\u299A'
  65. }, 'v');