summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/skmath/skmath.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/skmath/skmath.tex')
-rw-r--r--Master/texmf-dist/source/latex/skmath/skmath.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/skmath/skmath.tex b/Master/texmf-dist/source/latex/skmath/skmath.tex
index 85401d8941d..83fe206908a 100644
--- a/Master/texmf-dist/source/latex/skmath/skmath.tex
+++ b/Master/texmf-dist/source/latex/skmath/skmath.tex
@@ -56,7 +56,7 @@
% This is where the documentation begins
\begin{document}
% Change & version info
- \version{0.4a}
+ \version{0.4b}
\changes{0.1}{Initial version}
\changes{0.1c}{Moved package from \pkg{docstrip} to \pkg{skdoc}}
\changes{0.1d}{Fixed fatal documentation and package errors}
@@ -68,6 +68,7 @@
\changes{0.3b}{Detect empty arguments in trigonometric and logarithmic functions, fix \cs{ln}}
\changes{0.4}{Added \opt{notation} option, macros for complex numbers}
\changes{0.4a}{Replaced deprecated/removed \pkg{expl3} constructs}
+ \changes{0.4b}{Track \pkg{expl3} changes (thanks to Joseph Wright)}
% Don't forget to update the version number and release date of
% the package declaration in the implementation!
@@ -302,7 +303,7 @@
\begin{MacroCode}{package}
\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}
\end{MacroCode}
@@ -333,21 +334,21 @@ Then, the key-value options.
% * 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,
}
\end{MacroCode}
@@ -389,7 +390,7 @@ We also declare the \enquote{public} options.
},
% 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}