diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-09 23:10:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-09 23:10:51 +0000 |
commit | f0c7bc8f6f750e266c7fa0a6ebc3952ed88dd9ca (patch) | |
tree | 98a0fe6ef0e1d59725d9664efea7a1154995b17d /Master/texmf-dist/tex/latex/siunitx | |
parent | 1daf6d69fa13d4f600d10320f8a64a25dd226ef8 (diff) |
siunitx 2.3b (8aug11)
git-svn-id: svn://tug.org/texlive/trunk@23473 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx')
4 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg index 1db71c3a3a2..962821ee461 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/07/09} {2.3a} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/08} {2.3b} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } @@ -57,6 +57,7 @@ \DeclareSIUnit \kg { \kilo \gram } \DeclareSIUnit \amu { \atomicmassunit } \DeclareSIUnit \W { \watt } +\DeclareSIUnit \uW { \micro \watt } \DeclareSIUnit \mW { \milli \watt } \DeclareSIUnit \kW { \kilo \watt } \DeclareSIUnit \MW { \mega \watt } @@ -79,6 +80,10 @@ \DeclareSIUnit \dm { \deci \metre } \DeclareSIUnit \km { \kilo \metre } \DeclareSIUnit \K { \kelvin } +\DeclareSIUnit \dB { \deci \bel } +\DeclareSIUnit \F { \farad } +\DeclareSIUnit \fF { \femto \farad } +\DeclareSIUnit \pF { \pico \farad } \DeclareSIUnit \N { \newton } \DeclareSIUnit \mN { \milli \newton } \DeclareSIUnit \kN { \kilo \newton } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg index 0f4b95980c5..44b499c02db 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2011/07/09} {2.3a} +\ProvidesExplFile {siunitx-binary.cfg} {2011/08/08} {2.3b} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } diff --git a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg index d54d4cd1c7d..c4a4b16424f 100644 --- a/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/config/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2011/07/09} {2.3a} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/08} {2.3b} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 0b4147213bf..a4471134ec3 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -14,7 +14,7 @@ %% --------------------------------------------------------------- %% \RequirePackage{expl3} -\ProvidesExplPackage {siunitx} {2011/07/09} {2.3a} +\ProvidesExplPackage {siunitx} {2011/08/08} {2.3b} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_new:nnnn { @@ -4102,11 +4102,6 @@ unit-optional-argument , use-xspace , } -\AtBeginDocument { - \bool_if:NTF \l_siunitx_create_free_bool - { \siunitx_unit_create_functions: } - { \siunitx_unit_create_empty_functions: } -} \cs_new_protected_nopar:Npn \siunitx_unit_create_empty_functions: { \tl_map_function:NN \l_siunitx_declare_list_tl \siunitx_unit_create_empty_functions_aux:N @@ -7356,6 +7351,11 @@ \@onefilewithoptions { siunitx } [ ] [ ] \c_siunitx_configuration_ext_tl } +\AtBeginDocument { + \bool_if:NTF \l_siunitx_create_free_bool + { \siunitx_unit_create_functions: } + { \siunitx_unit_create_empty_functions: } +} \ProcessKeysOptions { siunitx } %% Copyright (C) 2008-2011 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> |