Add U-shaped arrows (#4807)

This commit is contained in:
Malo 2024-08-26 17:59:50 +02:00 committed by GitHub
parent 326fd33801
commit cd62a19344
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -639,6 +639,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
r.long.bar: '', r.long.bar: '',
r.bar: '', r.bar: '',
r.curve: '', r.curve: '',
r.turn: '',
r.dashed: '', r.dashed: '',
r.dotted: '', r.dotted: '',
r.double: '', r.double: '',
@ -665,6 +666,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
#[call(crate::math::accent::arrow_l)] l: '', #[call(crate::math::accent::arrow_l)] l: '',
l.bar: '', l.bar: '',
l.curve: '', l.curve: '',
l.turn: '',
l.dashed: '', l.dashed: '',
l.dotted: '', l.dotted: '',
l.double: '', l.double: '',
@ -692,6 +694,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
t: '', t: '',
t.bar: '', t.bar: '',
t.curve: '', t.curve: '',
t.turn: '',
t.dashed: '', t.dashed: '',
t.double: '', t.double: '',
t.filled: '', t.filled: '',
@ -703,6 +706,7 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
b: '', b: '',
b.bar: '', b.bar: '',
b.curve: '', b.curve: '',
b.turn: '',
b.dashed: '', b.dashed: '',
b.double: '', b.double: '',
b.filled: '', b.filled: '',