diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-14 21:54:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-14 21:54:45 +0000 |
commit | fbd4356a53c1cc18aa1e6ede1091e1de59324b05 (patch) | |
tree | 2a1521fbe253285d25a3b80aafc6305fbb02fabb /Master/texmf-dist/source/latex | |
parent | ce8261713a3c6542d6509919d8dc0f75329432ad (diff) |
siunitx (14sep15)
git-svn-id: svn://tug.org/texlive/trunk@38377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index 1f659451e52..91f4f8c0614 100644 --- a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx +++ b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx @@ -81,7 +81,7 @@ See http://www.latex-project.org/lppl.txt \endpreamble \postamble -Copyright (C) 2008-2014 by +Copyright (C) 2008-2015 by Joseph Wright <joseph.wright@morningstar2.co.uk> It may be distributed and/or modified under the conditions of @@ -639,6 +639,7 @@ This work consists of the file siunitx.dtx % \changes{v2.6j}{2015/09/01}{Print $\pm$ correctly when % \opt{exponent-to-prefix} is set} % \changes{v2.6k}{2015/09/12}{Track \pkg{expl3} changes} +% \changes{v2.6l}{2015/09/14}{Fix an internal error} % %\begin{abstract} % Physical quantities have both numbers and units, and each physical @@ -5162,7 +5163,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2015/09/12} {2.6k} +\ProvidesExplPackage {siunitx} {2015/09/14} {2.6l} {A comprehensive (SI) units package} % \end{macrocode} % @@ -5227,7 +5228,7 @@ This work consists of the file siunitx.dtx % \begin{macrocode} \cs_generate_variant:Nn \clist_map_function:nN { nc } \cs_generate_variant:Nn \tl_if_blank:nTF { V } -\cs_generate_variant:Nn \tl_replace_all:Nnn { No, NV } +\cs_generate_variant:Nn \tl_replace_all:Nnn { No, NV , Nx } % \end{macrocode} % %\begin{macro}{ @@ -8817,7 +8818,7 @@ This work consists of the file siunitx.dtx \cs_new_protected:Npn \@@_number_process_round_tidy:n #1 { \bool_if:nTF - { + { \@@_number_if_zero_p:V \l_@@_round_integer_out_tl && \@@_number_if_zero_p:V \l_@@_round_decimal_out_tl } @@ -12351,8 +12352,9 @@ This work consists of the file siunitx.dtx } \cs_new_protected:Npn \@@_unit_format_literal_extras_aux:nN #1#2 { - \tl_replace_all:Nnc \l_@@_unit_tl + \tl_replace_all:Nxn \l_@@_unit_tl { \char_generate:nn { #1 } { 12 } } + {#2} } \bool_if:nF { @@ -16710,7 +16712,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2015/09/12} {2.6k} +\ProvidesExplFile {siunitx-version-1.cfg} {2015/09/14} {2.6l} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17652,7 +17654,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/09/12} {2.6k} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2015/09/14} {2.6l} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17834,7 +17836,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2015/09/12} {2.6k} +\ProvidesExplFile {siunitx-binary.cfg} {2015/09/14} {2.6l} {siunitx: Binary units} % \end{macrocode} % |