summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-03 22:52:17 +0000
committerKarl Berry <karl@freefriends.org>2013-02-03 22:52:17 +0000
commit348203e36a843b072be4f3014a0fa625749fe2ae (patch)
tree1e011f5253b43341518a91b32955ad0529206d4f /Master/texmf-dist/source/latex/siunitx/siunitx.dtx
parenta98986b1e6425808eae7a80f25c3c311264f8b25 (diff)
siunitx (3feb13)
git-svn-id: svn://tug.org/texlive/trunk@29017 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx/siunitx.dtx')
-rw-r--r--Master/texmf-dist/source/latex/siunitx/siunitx.dtx14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
index 25e85700475..11402bf8c9a 100644
--- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
+++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx
@@ -607,6 +607,8 @@ This work consists of the file siunitx.dtx
%\changes{v2.5n}{2012/12/29}{Fix transmission of grouping information by
% \cs{SendSettingsToPgf}}
%\changes{v2.5o}{2013/01/09}{Update internals to track \pkg{expl3} changes}
+%\changes{v2.5p}{2013/02/01}{Fix printing of \cs{pm} and \cs{mp} when used
+% as signs in text mode}
%
%\begin{abstract}
% Physical quantities have both numbers and units, and each physical
@@ -5117,7 +5119,7 @@ This work consists of the file siunitx.dtx
%
% The usual preliminaries.
% \begin{macrocode}
-\ProvidesExplPackage {siunitx} {2013/01/09} {2.5o}
+\ProvidesExplPackage {siunitx} {2013/02/01} {2.5p}
{A comprehensive (SI) units package}
% \end{macrocode}
%
@@ -6400,6 +6402,10 @@ This work consists of the file siunitx.dtx
{
\tl_replace_all:Nnn \l_@@_print_arg_tl { - }
{ \c_@@_minus_tl }
+ \tl_replace_all:Nnn \l_@@_print_arg_tl { \pm }
+ { \ensuremath { \pm } }
+ \tl_replace_all:Nnn \l_@@_print_arg_tl { \mp }
+ { \ensuremath { \mp } }
\cs_set_eq:NN \PrintSubscript \@@_print_text_sub:n
\cs_set_eq:NN \PrintSuperscript \@@_print_text_super:n
\tl_replace_all:Nnn \l_@@_print_arg_tl { @ }
@@ -16527,7 +16533,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-version-1.cfg} {2013/01/09} {2.5o}
+\ProvidesExplFile {siunitx-version-1.cfg} {2013/02/01} {2.5p}
{siunitx: Version 1 settings}
% \end{macrocode}
%
@@ -17472,7 +17478,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-abbreviations.cfg} {2013/01/09} {2.5o}
+\ProvidesExplFile {siunitx-abbreviations.cfg} {2013/02/01} {2.5p}
{siunitx: Abbreviated units}
% \end{macrocode}
%
@@ -17654,7 +17660,7 @@ This work consists of the file siunitx.dtx
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesExplFile {siunitx-binary.cfg} {2013/01/09} {2.5o}
+\ProvidesExplFile {siunitx-binary.cfg} {2013/02/01} {2.5p}
{siunitx: Binary units}
% \end{macrocode}
%