mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Added degree substitution
This commit is contained in:
parent
aa0dbaa57c
commit
aa94df1df1
@ -74,6 +74,9 @@ pub fn find_subs(
|
||||
"g_zero" => {Some("g₀")},
|
||||
"mu_zero" => {Some("μ₀")},
|
||||
"h_bar" => {Some("ℏ")},
|
||||
|
||||
// Misc
|
||||
"deg" => {Some("°")}
|
||||
_ => {None}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user