From c2539fb036685d9ec6b6845ccc6a8ab4daad1213 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 13 Aug 2011 22:18:18 +0000 Subject: siunitx 2.3c (12aug11) git-svn-id: svn://tug.org/texlive/trunk@23538 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/siunitx/siunitx.pdf | Bin 555060 -> 555181 bytes Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 16 +++++++++++----- .../latex/siunitx/config/siunitx-abbreviations.cfg | 2 +- .../tex/latex/siunitx/config/siunitx-binary.cfg | 2 +- .../tex/latex/siunitx/config/siunitx-version-1.cfg | 2 +- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 8 ++++++-- 6 files changed, 20 insertions(+), 10 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf index 7becca7d360..4b7a67cc3ad 100644 Binary files a/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf and b/Master/texmf-dist/doc/latex/siunitx/siunitx.pdf differ diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 77fa17c759f..ce24fa739c8 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -540,6 +540,8 @@ This work consists of the file siunitx.dtx %\changes{v2.3a}{2011/07/09}{Restore fix in v2.2l missing in v2.3} %\changes{v2.3b}{2011/08/08}{Adjust internal load order so that % \opt{free-standing-units} works correctly for abbreviations} +%\changes{v2.3c}{2011/07/12}{Fix display of \( \pm \) in numbers when +% \opt{separate-uncertainty} is \opt{true} and literal units are used} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -4883,7 +4885,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2011/08/08} {2.3b} +\ProvidesExplPackage {siunitx} {2011/08/12} {2.3c} {A comprehensive (SI) units package} % \end{macrocode} % @@ -11064,7 +11066,11 @@ This work consists of the file siunitx.dtx \msg_error:nnx { siunitx } { literal-unit } { \exp_not:n {#1} } } - { \siunitx_unit_format_literal:n {#1} } + { + \cs_set_eq:NN \siunitx_pm: \pm + \siunitx_unit_format_literal:n {#1} + \cs_set_eq:NN \pm \siunitx_pm: + } } { \cs_set_eq:NN \siunitx_pm: \pm @@ -15964,7 +15970,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/08} {2.3b} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/12} {2.3c} {siunitx: Version 1 settings} % \end{macrocode} % @@ -16909,7 +16915,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/08} {2.3b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/12} {2.3c} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17091,7 +17097,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2011/08/08} {2.3b} +\ProvidesExplFile {siunitx-binary.cfg} {2011/08/12} {2.3c} {siunitx: Binary units} % \end{macrocode} % 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 962821ee461..81bb74fa9de 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/08/08} {2.3b} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2011/08/12} {2.3c} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } 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 44b499c02db..25c4c060591 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/08/08} {2.3b} +\ProvidesExplFile {siunitx-binary.cfg} {2011/08/12} {2.3c} {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 c4a4b16424f..13ce3e514ec 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/08/08} {2.3b} +\ProvidesExplFile {siunitx-version-1.cfg} {2011/08/12} {2.3c} {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 a4471134ec3..910101ae186 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/08/08} {2.3b} +\ProvidesExplPackage {siunitx} {2011/08/12} {2.3c} {A comprehensive (SI) units package} \cs_if_exist:NTF \msg_new:nnnn { @@ -4236,7 +4236,11 @@ \msg_error:nnx { siunitx } { literal-unit } { \exp_not:n {#1} } } - { \siunitx_unit_format_literal:n {#1} } + { + \cs_set_eq:NN \siunitx_pm: \pm + \siunitx_unit_format_literal:n {#1} + \cs_set_eq:NN \pm \siunitx_pm: + } } { \cs_set_eq:NN \siunitx_pm: \pm -- cgit v1.2.3