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₀")},
|
"g_zero" => {Some("g₀")},
|
||||||
"mu_zero" => {Some("μ₀")},
|
"mu_zero" => {Some("μ₀")},
|
||||||
"h_bar" => {Some("ℏ")},
|
"h_bar" => {Some("ℏ")},
|
||||||
|
|
||||||
|
// Misc
|
||||||
|
"deg" => {Some("°")}
|
||||||
_ => {None}
|
_ => {None}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue