mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15: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.big: '⨁',
|
||||
dot: '∔',
|
||||
double: '⧺',
|
||||
minus: '±',
|
||||
small: '﹢',
|
||||
square: '⊞',
|
||||
triangle: '⨹',
|
||||
triple: '⧻',
|
||||
],
|
||||
minus: [
|
||||
'−',
|
||||
@ -395,7 +397,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
],
|
||||
|
||||
// Calculus.
|
||||
infinity: '∞',
|
||||
infinity: [
|
||||
'∞',
|
||||
bar: '⧞',
|
||||
incomplete: '⧜',
|
||||
tie: '⧝',
|
||||
],
|
||||
oo: '∞',
|
||||
diff: '∂', // Deprecation planned
|
||||
partial: '∂',
|
||||
@ -444,7 +451,11 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
||||
// Function and category theory.
|
||||
compose: '∘',
|
||||
convolve: '∗',
|
||||
multimap: '⊸',
|
||||
multimap: ['⊸', double: '⧟'],
|
||||
|
||||
// Game theory.
|
||||
tiny: '⧾',
|
||||
miny: '⧿',
|
||||
|
||||
// Number theory.
|
||||
divides: ['∣', not: '∤'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user