diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/skmath/skmath.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/skmath/skmath.sty | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/skmath/skmath.sty b/Master/texmf-dist/tex/latex/skmath/skmath.sty index 90179e3402b..57a8fd6c3b7 100644 --- a/Master/texmf-dist/tex/latex/skmath/skmath.sty +++ b/Master/texmf-dist/tex/latex/skmath/skmath.sty @@ -20,7 +20,7 @@ \RequirePackage{expl3,l3keys2e,xparse} \ProvidesExplPackage{skmath} - {2016/06/25}{0.4a}{improved math commands} + {2017/01/08}{0.4b}{improved math commands} \PassOptionsToPackage{intlimits,sumlimits,namelimits}{amsmath} \RequirePackage{amssymb,mathtools,xfrac} \msg_new:nnnn{skmath}{undefined-macro}{The~macro~`\token_to_str:N#1'~was~undefined!} @@ -43,21 +43,21 @@ % * http://www.tug.org/TUGboat/Articles/tb18-1/tb54becc.pdf % * http://tex.stackexchange.com/q/14821/66 integral-d .choice:, - integral-d .value_required:, + integral-d .value_required:n = true, integral-d / upright .code:n = { \cs_gset_nopar:Npn\__skmath_integral_d:{{\operator@font d}} }, integral-d / slanted .code:n = { \cs_gset_nopar:Npn\__skmath_integral_d:{{d}} }, isomath .bool_set:N = \g__skmath_load_isomath_bool, - isomath .value_required:, + isomath .value_required:n = true, natural-log .choice:, - natural-log .value_required:, + natural-log .value_required:n = true, natural-log / upright .code:n = { \cs_gset_nopar:Npn\__skmath_natural_log_e:{{\operator@font e}} }, natural-log / slanted .code:n = { \cs_gset_nopar:Npn\__skmath_natural_log_e:{{e}} }, imaginary-unit .choice:, - imaginary-unit .value_required:, + imaginary-unit .value_required:n = true, imaginary-unit / upright .code:n = { \cs_gset_nopar:Npn\__skmath_imaginary_unit:n##1{{\operator@font ##1}} }, imaginary-unit / slanted .code:n = { \cs_gset_nopar:Npn\__skmath_imaginary_unit:n##1{{##1}} }, complex-part-symbols .bool_set_inverse:N = \g__skmath_iso_complex_parts_bool, - complex-part-symbols .value_required:, + complex-part-symbols .value_required:n = true, } \keys_define:nn{skmath}{ commonsets .bool_set:N = \g__skmath_define_common_sets_bool, @@ -95,7 +95,7 @@ }, % Possibly more style sets... ? notation .initial:n = legacy, % Or is it? Perhaps a legacy option is required. - notation .value_required:, + notation .value_required:n = true, % Note also that the styles should probably affect isomath and/or other packages. } \ProcessKeysOptions{skmath} |