mirror of
https://github.com/typst/typst
synced 2025-05-15 01:25:28 +08:00
Add miscellaneous symbols from Miscellaneous Mathematical Symbols-B (#4831)
This commit is contained in:
parent
cd62a19344
commit
3d980fe4a3
@ -186,10 +186,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
circle.arrow: '⟴',
|
circle.arrow: '⟴',
|
||||||
circle.big: '⨁',
|
circle.big: '⨁',
|
||||||
dot: '∔',
|
dot: '∔',
|
||||||
|
double: '⧺',
|
||||||
minus: '±',
|
minus: '±',
|
||||||
small: '﹢',
|
small: '﹢',
|
||||||
square: '⊞',
|
square: '⊞',
|
||||||
triangle: '⨹',
|
triangle: '⨹',
|
||||||
|
triple: '⧻',
|
||||||
],
|
],
|
||||||
minus: [
|
minus: [
|
||||||
'−',
|
'−',
|
||||||
@ -395,7 +397,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
],
|
],
|
||||||
|
|
||||||
// Calculus.
|
// Calculus.
|
||||||
infinity: '∞',
|
infinity: [
|
||||||
|
'∞',
|
||||||
|
bar: '⧞',
|
||||||
|
incomplete: '⧜',
|
||||||
|
tie: '⧝',
|
||||||
|
],
|
||||||
oo: '∞',
|
oo: '∞',
|
||||||
diff: '∂', // Deprecation planned
|
diff: '∂', // Deprecation planned
|
||||||
partial: '∂',
|
partial: '∂',
|
||||||
@ -444,7 +451,11 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
// Function and category theory.
|
// Function and category theory.
|
||||||
compose: '∘',
|
compose: '∘',
|
||||||
convolve: '∗',
|
convolve: '∗',
|
||||||
multimap: '⊸',
|
multimap: ['⊸', double: '⧟'],
|
||||||
|
|
||||||
|
// Game theory.
|
||||||
|
tiny: '⧾',
|
||||||
|
miny: '⧿',
|
||||||
|
|
||||||
// Number theory.
|
// Number theory.
|
||||||
divides: ['∣', not: '∤'],
|
divides: ['∣', not: '∤'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user