diff options
| -rw-r--r-- | crates/typst/src/symbols/sym.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 648cdf79..227607bd 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -331,6 +331,8 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { ], equiv: ['≡', not: '≢'], prop: '∝', + original: '⊶', + image: '⊷', // Set theory. emptyset: ['∅', rev: '⦰'], |
