diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/siunitx/siunitx.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/siunitx/siunitx.sty | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty index 15ac4bdfc36..704f67ec8bf 100644 --- a/Master/texmf-dist/tex/latex/siunitx/siunitx.sty +++ b/Master/texmf-dist/tex/latex/siunitx/siunitx.sty @@ -13,11 +13,11 @@ %% See http://www.latex-project.org/lppl.txt %% --------------------------------------------------------------- %% -\RequirePackage{expl3}[2015/09/11] +\RequirePackage{expl3}[2020/01/12] \RequirePackage{xparse} -\ProvidesExplPackage {siunitx} {2019/10/10} {2.7t} +\ProvidesExplPackage {siunitx} {2020/01/15} {2.7u} {A comprehensive (SI) units package} -\@ifpackagelater { expl3 } { 2015/11/15 } +\@ifpackagelater { expl3 } { 2020/01/12 } { } { \PackageError { siunitx } { Support~package~expl3~too~old } @@ -327,8 +327,8 @@ { \tl_if_empty_p:f { - \token_get_prefix_spec:N #1 - \token_get_arg_spec:N #1 + \cs_prefix_spec:N #1 + \cs_argument_spec:N #1 } } { \bool_not_p:n { \cs_if_exist_p:c { \cs_to_str:N #1 ~ } } } @@ -4396,7 +4396,7 @@ \cs_new_protected:Npn \__siunitx_protect_symbols:N #1 { \cs_if_exist:NT #1 { - \tl_if_empty:fT { \token_get_prefix_spec:N #1 } + \tl_if_empty:fT { \cs_prefix_spec:N #1 } { \cs_set_protected:Npx #1 { \exp_not:V #1 } } } } @@ -6955,7 +6955,7 @@ \use:c { l__siunitx_ - \str_fold_case:n {#1} + \str_foldcase:n {#1} _ \mode_if_math:TF { math } { text } _tl @@ -7724,7 +7724,7 @@ { \__siunitx_unit_create_functions: } { \__siunitx_unit_create_empty_functions: } } -%% Copyright (C) 2008-2019 by +%% Copyright (C) 2008-2020 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |