mirror of https://github.com/rm-dr/daisy
Added degree substitution
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…
Reference in New Issue