-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
leading 0s in e exponential expressions #741
Comments
There's no issue with parsing here, rather it's about what you want to see as output. The model in |
@josephwright thanks for adding a code block and for the explanation. I understand as well this is unconventional; however, I'm evaluating the quality of some genome assemblies and the software I'm using returns an estimate for the error in k-mers count after a genome is assembled starting from raw data. This tool outputs such values with the leading 0s, and I simply wished to report them as such. Thanks again, let me know! |
I'm gong to need to see some use of this in professionally-typeset material. |
@josephwright for the moment it's not urgent as I have submitted my thesis. I think we can close this issue for now since it was mostly restricted to my particular use case. Thanks again. |
Hi there,
as per this issue I was having some trouble of parsing leading zeros in expressions with e exponential.
The solution provided seems to be working just fine; however, I was wondering whether there is something that could be done to implement this feature in
siunitx
. Thanks!The text was updated successfully, but these errors were encountered: