diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-19 22:59:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-19 22:59:00 +0000 |
commit | 9a45126306abb4d5afbc62ede6d8f679a7dca8f3 (patch) | |
tree | c303f5e3ea6135242ae0d44b33ea765c57ab2dc6 /Master/texmf-dist/tex/latex/thmtools/thm-listof.sty | |
parent | eb63d8487d763c750aa471fb4c63f5921b286db3 (diff) |
thmtools update (10aug10)
git-svn-id: svn://tug.org/texlive/trunk@19813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/thmtools/thm-listof.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/thmtools/thm-listof.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty index abd0fd0b8be..fd805131af2 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty @@ -20,14 +20,14 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-listof}[2010/07/11 v43] +\ProvidesPackage {thm-listof}[2010/08/09 v50] \let\@xa=\expandafter \let\@nx=\noexpand \RequirePackage{thm-patch,keyval,kvsetkeys} \def\thmtlo@oldchapter{0}% \newcommand\thmtlo@chaptervspacehack{} -\ifcsname chapter\endcsname +\ifcsname c@chapter\endcsname \def\thmtlo@chaptervspacehack{% \ifnum \value{chapter}>\thmtlo@oldchapter\relax % new chapter, add vspace to loe. |