Add `asymp` and `asymp.not` symbols (#5391)
This commit is contained in:
parent
cb8eaddf98
commit
dadc2176e2
|
|
@ -338,6 +338,10 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! {
|
||||||
prop: '∝',
|
prop: '∝',
|
||||||
original: '⊶',
|
original: '⊶',
|
||||||
image: '⊷',
|
image: '⊷',
|
||||||
|
asymp: [
|
||||||
|
'≍',
|
||||||
|
not: '≭',
|
||||||
|
],
|
||||||
|
|
||||||
// Set theory.
|
// Set theory.
|
||||||
emptyset: [
|
emptyset: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue