mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Add algebra symbols (#320)
This commit is contained in:
parent
ee32e7ad1c
commit
d2784f6f90
@ -191,8 +191,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
circle: '⊗',
|
circle: '⊗',
|
||||||
circle.big: '⨂',
|
circle.big: '⨂',
|
||||||
div: '⋇',
|
div: '⋇',
|
||||||
l: '⋋',
|
three.l: '⋋',
|
||||||
r: '⋌',
|
three.r: '⋌',
|
||||||
|
l: '⋉',
|
||||||
|
r: '⋊',
|
||||||
square: '⊠',
|
square: '⊠',
|
||||||
triangle: '⨻',
|
triangle: '⨻',
|
||||||
],
|
],
|
||||||
@ -234,6 +236,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
small: '﹥',
|
small: '﹥',
|
||||||
tilde: '≳',
|
tilde: '≳',
|
||||||
tilde.not: '≵',
|
tilde.not: '≵',
|
||||||
|
tri: '⊳',
|
||||||
|
tri.eq: '⊵',
|
||||||
|
tri.eq.not: '⋭',
|
||||||
|
tri.not: '⋫',
|
||||||
triple: '⋙',
|
triple: '⋙',
|
||||||
triple.nested: '⫸',
|
triple.nested: '⫸',
|
||||||
],
|
],
|
||||||
@ -254,6 +260,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
small: '﹤',
|
small: '﹤',
|
||||||
tilde: '≲',
|
tilde: '≲',
|
||||||
tilde.not: '≴',
|
tilde.not: '≴',
|
||||||
|
tri: '⊲',
|
||||||
|
tri.eq: '⊴',
|
||||||
|
tri.eq.not: '⋬',
|
||||||
|
tri.not: '⋪',
|
||||||
triple: '⋘',
|
triple: '⋘',
|
||||||
triple.nested: '⫷',
|
triple.nested: '⫷',
|
||||||
],
|
],
|
||||||
@ -400,6 +410,9 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
divides: ['∣', not: '∤'],
|
divides: ['∣', not: '∤'],
|
||||||
perp: ['⟂', circle: '⦹'],
|
perp: ['⟂', circle: '⦹'],
|
||||||
|
|
||||||
|
// Algebra.
|
||||||
|
wreath: '≀',
|
||||||
|
|
||||||
// Geometry.
|
// Geometry.
|
||||||
parallel: ['∥', circle: '⦷', not: '∦'],
|
parallel: ['∥', circle: '⦷', not: '∦'],
|
||||||
|
|
||||||
@ -408,7 +421,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
join: ['⨝', r: '⟖', l: '⟕', l.r: '⟗'],
|
join: ['⨝', r: '⟖', l: '⟕', l.r: '⟗'],
|
||||||
degree: ['°', c: '℃', f: '℉'],
|
degree: ['°', c: '℃', f: '℉'],
|
||||||
smash: '⨳',
|
smash: '⨳',
|
||||||
wreath: '≀',
|
|
||||||
|
|
||||||
// Currency.
|
// Currency.
|
||||||
bitcoin: '₿',
|
bitcoin: '₿',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user