mirror of https://github.com/stelzo/typst.git
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: '∝',
|
||||
original: '⊶',
|
||||
image: '⊷',
|
||||
asymp: [
|
||||
'≍',
|
||||
not: '≭',
|
||||
],
|
||||
|
||||
// Set theory.
|
||||
emptyset: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue