Skip to content

Commit

Permalink
Remove deprecated siunitx options
Browse files Browse the repository at this point in the history
The micro-related options were removed in major release 3:

https://github.com/josephwright/siunitx/blob/main/CHANGELOG.md#v300

There are two micro-signs relevant to us in Unicode:

U+00B5: µ (Micro sign)

U+03BC: μ (Greek letter mu)

See also https://tex.stackexchange.com/a/54915/120853 .

It's an annoying differentiation that is sometimes necessary,
*BUT* for now it seems the two important use cases of Mu work:

\si{\micro\gram} for units works (upright mu)

\(\mu\) works (slanted/italics math-mode mu)

Therefore, a user might never run into this issue/distinction.

Fixes #6
  • Loading branch information
alexpovel committed Oct 11, 2021
1 parent 1a1e83d commit 6747a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/tex/acp.cls
Original file line number Diff line number Diff line change
Expand Up @@ -2559,8 +2559,6 @@
% en-dash via '--', but inside \text{}, so it's not 'two minus signs'
% range-phrase={\,\text{--}\,},
range-units=single,% single: Print unit only once, at end
math-micro=\text{µ},% https://tex.stackexchange.com/a/54915/120853
text-micro=µ,
per-mode=symbol,
%
binary-units, % Allow "GB" for gigabyte etc., which isn't strictly SI but useful
Expand Down

0 comments on commit 6747a36

Please sign in to comment.