summaryrefslogtreecommitdiff
path: root/lib/sbin/InterLatex.pl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/InterLatex.pl')
-rwxr-xr-xlib/sbin/InterLatex.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/sbin/InterLatex.pl b/lib/sbin/InterLatex.pl
index b27f4f0b..cb558948 100755
--- a/lib/sbin/InterLatex.pl
+++ b/lib/sbin/InterLatex.pl
@@ -469,9 +469,7 @@ sub ExpandGroupName
{
my $name = shift;
- if ($name eq "stype") {
- return "stagger type";
- } elsif ($name eq "gtype") {
+ if ($name eq "gtype") {
return "group type";
} elsif ($name eq "dim") {
return "dimensions";