From f33fc9ae623f40e3abacf423ce95a28486eb5059 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 2 Jan 2017 23:48:14 +0000 Subject: siunitx (1jan17) git-svn-id: svn://tug.org/texlive/trunk@42839 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg | 4 ++-- Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg | 4 ++-- Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg | 4 ++-- Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/siunitx') diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg index bb784f3cdfa..d8929d0014e 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-abbreviations.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-abbreviations.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-abbreviations.cfg} {2017/01/01} {2.7a} {siunitx: Abbreviated units} \DeclareSIUnit \A { \ampere } \DeclareSIUnit \pA { \pico \ampere } @@ -102,7 +102,7 @@ \DeclareSIUnit \ns { \nano \second } \DeclareSIUnit \us { \micro \second } \DeclareSIUnit \ms { \milli \second } -%% Copyright (C) 2008-2016 by +%% Copyright (C) 2008-2017 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg index 4be283c46cd..0ea5b5419e3 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-binary.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-binary.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-binary.cfg} {2017/01/01} {2.7a} {siunitx: Binary units} \DeclareBinaryPrefix \kibi { Ki } { 10 } \DeclareBinaryPrefix \mebi { Mi } { 20 } @@ -25,7 +25,7 @@ \DeclareBinaryPrefix \yobi { Yi } { 80 } \DeclareSIUnit \bit { bit } \DeclareSIUnit \byte { B } -%% Copyright (C) 2008-2016 by +%% Copyright (C) 2008-2017 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg index cba0575b8b4..0deade42781 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx-version-1.cfg @@ -13,7 +13,7 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\ProvidesExplFile {siunitx-version-1.cfg} {2016/11/24} {2.7} +\ProvidesExplFile {siunitx-version-1.cfg} {2017/01/01} {2.7a} {siunitx: Version 1 settings} \keys_define:nn { siunitx } { addsign .choice: , @@ -727,7 +727,7 @@ \DeclareSIUnit \yb { \yocto \barn } \NewDocumentCommand \requiresiconfigs { m } { \keys_set:nn { siunitx } { version-1-compatibility } } -%% Copyright (C) 2008-2016 by +%% Copyright (C) 2008-2017 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 20396b75d06..78d9b3e61de 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -15,7 +15,7 @@ %% \RequirePackage{expl3}[2015/09/11] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2016/11/24} {2.7} +\ProvidesExplPackage {siunitx} {2017/01/01} {2.7a} {A comprehensive (SI) units package} \@ifpackagelater { expl3 } { 2015/09/11 } { } @@ -432,7 +432,7 @@ \l__siunitx_detect_display_math_bool, detect-family .bool_set:N = \l__siunitx_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__siunitx_detect_inline_family_tl { math } }, @@ -440,7 +440,7 @@ text .code:n = { \tl_set:Nn \l__siunitx_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__siunitx_detect_inline_weight_tl { math } }, @@ -7723,7 +7723,7 @@ { \__siunitx_unit_create_functions: } { \__siunitx_unit_create_empty_functions: } } -%% Copyright (C) 2008-2016 by +%% Copyright (C) 2008-2017 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of -- cgit v1.2.3