mirror of
https://github.com/rm-dr/daisy
synced 2025-06-30 14:13:32 -07:00
Added degree substitution
This commit is contained in:
@ -74,6 +74,9 @@ pub fn find_subs(
|
||||
"g_zero" => {Some("g₀")},
|
||||
"mu_zero" => {Some("μ₀")},
|
||||
"h_bar" => {Some("ℏ")},
|
||||
|
||||
// Misc
|
||||
"deg" => {Some("°")}
|
||||
_ => {None}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user