summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx16
1 files changed, 11 insertions, 5 deletions
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}
%