josephwright / josephwright/siunitx

Exponent notation

Open
#229 5 comments 0 reactions 1 assignee View on GitHub

@josephwright is already working on this.

Since Aug 11, 2013.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.