summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/bin/sms
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/bin/sms')
-rwxr-xr-xMaster/texmf-dist/source/latex/stex/bin/sms2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/stex/bin/sms b/Master/texmf-dist/source/latex/stex/bin/sms
index 3d95e710180..5ea7a1afa91 100755
--- a/Master/texmf-dist/source/latex/stex/bin/sms
+++ b/Master/texmf-dist/source/latex/stex/bin/sms
@@ -90,7 +90,7 @@ my $mp = Modparse->new(snippathList=>\@snippathList,
if ($_[0]->{simple_tex} =~ /\\(symvariant|(sym|abbr|ell|key|listkey)def)\{([^\}]+)\}/ ||
$_[0]->{simple_tex} =~ /\\symdef\[([^\]]+)\]/);
push(@{$_[0]->{'sms'.$_[0]->{depth}}}, $_[0]->{original})
- if ($_[0]->{simple_tex} =~ /\\importmodule/);
+ if ($_[0]->{simple_tex} =~ /\\(importmodule|gimport|adoptmodule)/);
if ($_[0]->{simple_tex} =~ /\\begin{importmodulevia}/) {
my $impvia = $_[0]->{original};
$impvia =~ s/\\begin\{importmodulevia\}/\\importmodule/g;