Add more angle symbol variants (#4827)

This commit is contained in:
Malo 2024-08-26 19:10:00 +02:00 committed by GitHub
parent 373163dba4
commit cb98eec609
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: '',