mirror of
https://github.com/typst/typst
synced 2025-05-19 11:35:27 +08:00
Add more angle
symbol variants (#4827)
This commit is contained in:
parent
373163dba4
commit
cb98eec609
@ -47,18 +47,24 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
angle: [
|
angle: [
|
||||||
'∠',
|
'∠',
|
||||||
l: '⟨',
|
l: '⟨',
|
||||||
r: '⟩',
|
l.curly: '⧼',
|
||||||
|
l.dot: '⦑',
|
||||||
l.double: '《',
|
l.double: '《',
|
||||||
|
r: '⟩',
|
||||||
|
r.curly: '⧽',
|
||||||
|
r.dot: '⦒',
|
||||||
r.double: '》',
|
r.double: '》',
|
||||||
acute: '⦟',
|
acute: '⦟',
|
||||||
arc: '∡',
|
arc: '∡',
|
||||||
arc.rev: '⦛',
|
arc.rev: '⦛',
|
||||||
|
oblique: '⦦',
|
||||||
rev: '⦣',
|
rev: '⦣',
|
||||||
right: '∟',
|
right: '∟',
|
||||||
right.rev: '⯾',
|
right.rev: '⯾',
|
||||||
right.arc: '⊾',
|
right.arc: '⊾',
|
||||||
right.dot: '⦝',
|
right.dot: '⦝',
|
||||||
right.sq: '⦜',
|
right.sq: '⦜',
|
||||||
|
s: '⦞',
|
||||||
spatial: '⟀',
|
spatial: '⟀',
|
||||||
spheric: '∢',
|
spheric: '∢',
|
||||||
spheric.rev: '⦠',
|
spheric.rev: '⦠',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user