diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-02 23:48:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-02 23:48:14 +0000 |
commit | f33fc9ae623f40e3abacf423ce95a28486eb5059 (patch) | |
tree | 03c2c70f0ba4eaf0ddda5b848886d1886954f387 /Master/texmf-dist/source | |
parent | 814f1eb31709b9c4cee24b7dc1ef223c3d919b1f (diff) |
siunitx (1jan17)
git-svn-id: svn://tug.org/texlive/trunk@42839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/siunitx/siunitx.dtx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/siunitx/siunitx.dtx b/Master/texmf-dist/source/latex/siunitx/siunitx.dtx index e32599d1463..516719c6b4c 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-2016 by +Copyright (C) 2008-2017 by Joseph Wright <joseph.wright@morningstar2.co.uk> It may be distributed and/or modified under the conditions of @@ -5198,7 +5198,7 @@ This work consists of the file siunitx.dtx % % The usual preliminaries. % \begin{macrocode} -\ProvidesExplPackage {siunitx} {2016/11/24} {2.7} +\ProvidesExplPackage {siunitx} {2017/01/01} {2.7a} {A comprehensive (SI) units package} % \end{macrocode} % @@ -5867,7 +5867,7 @@ This work consists of the file siunitx.dtx \l_@@_detect_display_math_bool, detect-family .bool_set:N = \l_@@_detect_family_bool, detect-inline-family .choice:, - detect-inline-family .value_required:, + detect-inline-family .value_required:n = true, detect-inline-family / math .code:n = { \tl_set:Nn \l_@@_detect_inline_family_tl { math } }, @@ -5875,7 +5875,7 @@ This work consists of the file siunitx.dtx text .code:n = { \tl_set:Nn \l_@@_detect_inline_family_tl { text } }, detect-inline-weight .choice:, - detect-inline-weight .value_required:, + detect-inline-weight .value_required:n = true, detect-inline-weight / math .code:n = { \tl_set:Nn \l_@@_detect_inline_weight_tl { math } }, @@ -16800,7 +16800,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-version-1.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/01} {2.7a} {siunitx: Version 1 settings} % \end{macrocode} % @@ -17742,7 +17742,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-abbreviations.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/01} {2.7a} {siunitx: Abbreviated units} % \end{macrocode} % @@ -17924,7 +17924,7 @@ This work consists of the file siunitx.dtx % \end{macrocode} % % \begin{macrocode} -\ProvidesExplFile {siunitx-binary.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-binary.cfg} {2017/01/01} {2.7a} {siunitx: Binary units} % \end{macrocode} % |