josephwright / josephwright/siunitx
Exponent notation
@josephwright is already working on this.
Since Aug 11, 2013.
- Dominant language
- TeX
- Stars
- 407
- Forks
- 29
- Avg merge
- 11h 20m
- Merged PRs (30d)
- 3
Description
I would like to use numbers in siunitx where the main number and uncertainty have exponents like:
\num{1.1e-2\pm0.1e-2}
However this gives a "Misplaced sign token error" and I have to first find a common exponent for both quantities and write the exponent in the end:
\num{1.1\pm0.1e-2}
This gives the expected output of 1.1(1) x 10^{-2}.
I think that it would be easier to make the syntax in the first example, or perhaps something with different exponents like \num{1.1e-2\pm1e-3}, equivalent to \num{1.1\pm0.1e-2}?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.