summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/semantex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-30 21:00:34 +0000
committerKarl Berry <karl@freefriends.org>2020-10-30 21:00:34 +0000
commitf0f5647ee3288b1e918e59fa7a715ffcd9b8222d (patch)
treea33c5ba31eff3752e0782d4e0236496f29ac2bce /Master/texmf-dist/tex/latex/semantex
parent714649878de5098cbacc913c8a20731ef364ae97 (diff)
semantex (30oct20)
git-svn-id: svn://tug.org/texlive/trunk@56811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/semantex')
-rw-r--r--Master/texmf-dist/tex/latex/semantex/semantex.sty18
-rw-r--r--Master/texmf-dist/tex/latex/semantex/stripsemantex.sty2
2 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/semantex/semantex.sty b/Master/texmf-dist/tex/latex/semantex/semantex.sty
index e0ad970aa59..b42e5d7976c 100644
--- a/Master/texmf-dist/tex/latex/semantex/semantex.sty
+++ b/Master/texmf-dist/tex/latex/semantex/semantex.sty
@@ -1,5 +1,5 @@
\RequirePackage{xparse,l3keys2e,leftindex,semtex}
-\ProvidesExplPackage{semantex}{2020/10/07}{0.461}{}
+\ProvidesExplPackage{semantex}{2020/10/30}{0.462}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
@@ -1555,7 +1555,7 @@
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
{ postlower } { \semantex_data_tl_get_exp_not:nn { #1 } { postlower } }
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
- { texclass } { \semantex_data_tl_get_exp_not:nn { #1 } { texclass } }
+ { mathclass } { \semantex_data_tl_get_exp_not:nn { #1 } { mathclass } }
\exp_not:V \l__semantex_render_outputoptions_temp_tl
% These are the options we pass to the output class so that it
% can eventually render it
@@ -1594,7 +1594,7 @@
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
{ slantingphantom } { \semantex_data_tl_get_exp_not:nn { #1 } { slantingphantom } }
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
- { texclass } { \semantex_data_tl_get_exp_not:nn { #1 } { texclass } }
+ { mathclass } { \semantex_data_tl_get_exp_not:nn { #1 } { mathclass } }
\exp_not:V \l__semantex_render_outputoptions_temp_tl
% These are the options we pass to the output class so that it
% can eventually render it
@@ -1644,7 +1644,7 @@
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
{ slantingphantom } { \semantex_data_tl_get_exp_not:nn { #1 } { slantingphantom } }
\exp_not:N\semantex_base_object_valuekey:nnn { \l__semantex_render_output_class_temp_tl }
- { texclass } { \semantex_data_tl_get_exp_not:nn { #1 } { texclass } }
+ { mathclass } { \semantex_data_tl_get_exp_not:nn { #1 } { mathclass } }
\exp_not:V \l__semantex_render_outputoptions_temp_tl
% These are the options we pass to the output class so that it
% can eventually render it
@@ -1655,8 +1655,8 @@
}
{
\semantex_pre_return:n { #1 } % Performs the pre_return routine, i.e. adds all remaining indices and arguments to the symbol
- \tl_if_blank:xTF { \semantex_data_tl_get_exp_not:nn { #1 } { texclass } }
- % Checks whether the texclass register has been declared -- this is
+ \tl_if_blank:xTF { \semantex_data_tl_get_exp_not:nn { #1 } { mathclass } }
+ % Checks whether the mathclass register has been declared -- this is
% where you store \mathord, \mathbin, \mathrel, etc., if you want
% the object to be eventually wrapped in this.
{
@@ -1668,7 +1668,7 @@
{
\tl_set:Nx\l__semantex_render_temp_tl
{
- \semantex_data_tl_get_exp_not:nn { #1 } { texclass }
+ \semantex_data_tl_get_exp_not:nn { #1 } { mathclass }
{ \semantex_data_tl_get_exp_not:nn { #1 } { symbol } }
}
}
@@ -5640,7 +5640,7 @@
boolsettrue=par,
boolprovide=flexpar,
dataprovide=parseoptions,
- dataprovide=texclass,
+ dataprovide=mathclass,
boolprovide=leftargument,
dataprovide=heightphantom,
dataprovide=slantingphantom,
@@ -5649,7 +5649,7 @@
{parent}{ execute={ \semantex_data_parent_set:nn { ##1 } { #1 } } },
{class}{ execute={ \semantex_data_class_set:nn { ##1 } { #1 } } },
{copy}{ execute={ \semantex_data_copy_object:nn { ##1 } { #1 } } },
- {texclass}{ execute={ \semantex_data_tl_set:nnn { ##1 } { texclass } { #1 } } },
+ {mathclass}{ execute={ \semantex_data_tl_set:nnn { ##1 } { mathclass } { #1 } } },
{symbol}{
execute={
\semantex_data_tl_set:nnn { ##1 } { symbol } { #1 }
diff --git a/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty b/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
index 7e9809b3ff3..e2a9b601c8a 100644
--- a/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
+++ b/Master/texmf-dist/tex/latex/semantex/stripsemantex.sty
@@ -1,5 +1,5 @@
\RequirePackage{xparse}
-\ProvidesExplPackage{stripsemantex}{2020/10/07}{0.461}{}
+\ProvidesExplPackage{stripsemantex}{2020/10/30}{0.462}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %