summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/thmtools/thm-listof.dtx')
-rw-r--r--Master/texmf-dist/source/latex/thmtools/thm-listof.dtx14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
index c10c81d817f..29097408c54 100644
--- a/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
+++ b/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
@@ -156,22 +156,22 @@
}
\newcommand\showtheorems[1]{%
- \@for\thm:=#1\do{%
- \typeout{showing \thm}%
- \@xa\let\csname thmt@contentsline@\thm\endcsname
+ \@for\thmt@thm:=#1\do{%
+ \typeout{showing \thmt@thm}%
+ \@xa\let\csname thmt@contentsline@\thmt@thm\endcsname
=\thmt@contentslineShow
}%
}
\newcommand\ignoretheorems[1]{%
- \@for\thm:=#1\do{%
- \@xa\let\csname thmt@contentsline@\thm\endcsname
+ \@for\thmt@thm:=#1\do{%
+ \@xa\let\csname thmt@contentsline@\thmt@thm\endcsname
=\thmt@contentslineIgnore
}%
}
\newcommand\onlynamedtheorems[1]{%
- \@for\thm:=#1\do{%
- \global\@xa\let\csname thmt@contentsline@\thm\endcsname
+ \@for\thmt@thm:=#1\do{%
+ \global\@xa\let\csname thmt@contentsline@\thmt@thm\endcsname
=\thmt@contentslineIfNamed
}%
}