You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that some of the LaTeX issues are remedied by using the siunitx pacakge, but at least for my use case (jupyter), that's not an option as far as I'm aware.
Also, this problem is (somewhat) remedied by using uncertainties: G=((6.674080000000001 ± 0.000000000000021)×10⁻¹¹) m³/kg/s²
but it would be nice if the mean and uncertainty should had separate exponents.
I don't think anyone re-parses LaTeX or pretty unicode and so it shouldn't be an issue to change the output to make it more presentable. If this is agreeable as-is I'm happy to make a pull request.
The text was updated successfully, but these errors were encountered:
I'd like to further suggest that {\times} is used instead of \times so that there is no space between the coefficient and the base.
Using the example above:
gives
where I would like/expect
The changes are primarily in using explicit scientific notation as opposed to 'e' and also;
Latex:
Unicode:
I know that some of the LaTeX issues are remedied by using the siunitx pacakge, but at least for my use case (jupyter), that's not an option as far as I'm aware.
Also, this problem is (somewhat) remedied by using
uncertainties
:G=((6.674080000000001 ± 0.000000000000021)×10⁻¹¹) m³/kg/s²
but it would be nice if the mean and uncertainty should had separate exponents.
((6.674080000000001 ± 0.000000000000021)×10⁻¹¹) m³/kg/s²
I don't think anyone re-parses LaTeX or pretty unicode and so it shouldn't be an issue to change the output to make it more presentable. If this is agreeable as-is I'm happy to make a pull request.
The text was updated successfully, but these errors were encountered: