summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/semantex/semantex.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-10-31 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2020-10-31 03:01:15 +0000
commit246102ab63f099b158dd29e1d911471223cdb207 (patch)
treee33e4a75a47907b343dba18936f7b4cf71bed7c3 /macros/latex/contrib/semantex/semantex.sty
parent2ad4e5bb3dc803f2c4fc3623bc0e367cd7f2c691 (diff)
CTAN sync 202010310301
Diffstat (limited to 'macros/latex/contrib/semantex/semantex.sty')
-rw-r--r--macros/latex/contrib/semantex/semantex.sty18
1 files changed, 9 insertions, 9 deletions
diff --git a/macros/latex/contrib/semantex/semantex.sty b/macros/latex/contrib/semantex/semantex.sty
index e0ad970aa5..b42e5d7976 100644
--- a/macros/latex/contrib/semantex/semantex.sty
+++ b/macros/latex/contrib/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 }