From 53135a0813c709a6e2762d806e991a6441dc27de Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:10:34 +0200 Subject: [PATCH] Implement symbol Proposal 21 (iteration 1) (#5053) --- crates/typst/src/symbols/sym.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index 1d78ee3f3..1cdd92d88 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -341,18 +341,18 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { // Set theory. emptyset: [ '∅', + arrow.r: '⦳', + arror.l: '⦴', bar: '⦱', circle: '⦲', - larrow: '⦴', - rarrow: '⦳', rev: '⦰', ], nothing: [ '∅', + arrow.r: '⦳', + arror.l: '⦴', bar: '⦱', circle: '⦲', - larrow: '⦴', - rarrow: '⦳', rev: '⦰', ], without: '∖',