mirror of https://github.com/stelzo/typst.git
Add shorthands for symbols U+22B6 (Original Of) and U+22B7 (Image Of) (#4083)
This commit is contained in:
parent
01b791da83
commit
c0576c6b55
|
|
@ -331,6 +331,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||
],
|
||||
equiv: ['≡', not: '≢'],
|
||||
prop: '∝',
|
||||
original: '⊶',
|
||||
image: '⊷',
|
||||
|
||||
// Set theory.
|
||||
emptyset: ['∅', rev: '⦰'],
|
||||
|
|
|
|||
Loading…
Reference in New Issue