diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/siunitx/siunitx.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 |
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} % |