mirror of
https://github.com/rm-dr/daisy
synced 2025-04-10 07:03:24 -07: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₀")},
|
"g_zero" => {Some("g₀")},
|
||||||
"mu_zero" => {Some("μ₀")},
|
"mu_zero" => {Some("μ₀")},
|
||||||
"h_bar" => {Some("ℏ")},
|
"h_bar" => {Some("ℏ")},
|
||||||
|
|
||||||
|
// Misc
|
||||||
|
"deg" => {Some("°")}
|
||||||
_ => {None}
|
_ => {None}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user