summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-07-11 22:43:34 +0000
committerKarl Berry <karl@freefriends.org>2010-07-11 22:43:34 +0000
commitb654ef0b09c4b139ace61d2429f4d8b4c7f30e8e (patch)
tree21ad6e9e18acff359f47c661411a3c77238dcba8 /Master/texmf-dist/source/latex/thmtools/thm-listof.dtx
parent832adfe312ce50bfe615e4c31eaa51541cefe817 (diff)
thmtools 43 (11jul10)
git-svn-id: svn://tug.org/texlive/trunk@19380 c570f23f-e606-0410-a88d-b1316a301751
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
}%
}