Some TeX Developments

Coding in the TeX world

siunitx version 1.2

with 5 comments

I’ve just uploaded siunitx version 1.2 to CTAN. This adds the macros \numrange and \SIrange to the package, so that you can write \SIrange{1}{10}{\second} and get out “1 s to 10 s” (or the less correct “1 to 10 s”, if you want).

Written by Joseph Wright

January 22nd, 2009 at 1:32 pm

Posted in LaTeX,siunitx

5 Responses to 'siunitx version 1.2'

Subscribe to comments with RSS or TrackBack to 'siunitx version 1.2'.

  1. Thanks for the upgrade, the \SIrange is really nice. But please correct the year number in the documentation (2009, not 2008).

    phi

    23 Jan 09 at 7:01 pm

  2. I always miss something. Will sort this in a second.

    Joseph Wright

    23 Jan 09 at 10:12 pm

  3. OK, up to now, I’ve found three bugs in the new version. The line numbers refer to siunitx.dtx.

    Line 3407: 2008/01/22 → 2009/01/22 (wrong year)

    Line 10307: \sisetup{#1} → \sisetup{#1}% (space winds up in output)

    Line 1943: %%\DescribeOption{tophrase}
    → %\DescribeOption{tophrase}\changes{v1.2}{2009/01/22}{New \opt{tophrase} option} (double comment winds up in .sty file, no change description)

    It would be nice if the locale files set tophrase appropriately, e.g. ‘tophrase=\ bis\ ‘ in si-DE.cfg.

    phi

    23 Jan 09 at 10:26 pm

  4. I’ll look at this tomorrow

    Joseph Wright

    23 Jan 09 at 10:42 pm

  5. Sorted

    Joseph Wright

    24 Jan 09 at 6:42 pm

Leave a Reply