From cb98eec60924a41889988644e5122d2e13eccbf1 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:10:00 +0200 Subject: [PATCH] Add more `angle` symbol variants (#4827) --- crates/typst/src/symbols/sym.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/typst/src/symbols/sym.rs b/crates/typst/src/symbols/sym.rs index c86c71e66..16c4df728 100644 --- a/crates/typst/src/symbols/sym.rs +++ b/crates/typst/src/symbols/sym.rs @@ -47,18 +47,24 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! { angle: [ '∠', l: '⟨', - r: '⟩', + l.curly: '⧼', + l.dot: '⦑', l.double: '《', + r: '⟩', + r.curly: '⧽', + r.dot: '⦒', r.double: '》', acute: '⦟', arc: '∡', arc.rev: '⦛', + oblique: '⦦', rev: '⦣', right: '∟', right.rev: '⯾', right.arc: '⊾', right.dot: '⦝', right.sq: '⦜', + s: '⦞', spatial: '⟀', spheric: '∢', spheric.rev: '⦠',