diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-07 22:52:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-07 22:52:57 +0000 |
commit | 5ed19c50b43e9e945556079d31e5e88c4e2f4990 (patch) | |
tree | 0733fb4ed566e938f6227356f7b73c440ccbab67 /Master/texmf-dist/tex/latex/thmtools/thm-listof.sty | |
parent | f9c2085ff0cc9743608e6247e8e061343c6025d0 (diff) |
thmtools (7may12)
git-svn-id: svn://tug.org/texlive/trunk@26251 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty index 05ba643ec2b..ccf87601c98 100644 --- a/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty +++ b/Master/texmf-dist/tex/latex/thmtools/thm-listof.sty @@ -11,7 +11,7 @@ %% The `thmtools' package has the LPPL maintenance status: maintained. %% Current Maintainer is Ulrich M. Schwarz, ulmi@absatzen.de %% -%% Copyright (C) 2008-2011 by Ulrich M. Schwarz. +%% Copyright (C) 2008-2012 by Ulrich M. Schwarz. %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, version 1.3a. @@ -20,7 +20,7 @@ %% %% \NeedsTeXFormat {LaTeX2e} -\ProvidesPackage {thm-listof}[2011/11/27 v62] +\ProvidesPackage {thm-listof}[2012/05/04 v63] \let\@xa=\expandafter \let\@nx=\noexpand \RequirePackage{thm-patch,keyval,kvsetkeys} @@ -30,7 +30,7 @@ \ifcsname c@chapter\endcsname \ifx\c@chapter\relax\else \def\thmtlo@chaptervspacehack{% - \ifnum \value{chapter}>\thmtlo@oldchapter\relax + \ifnum \value{chapter}=\thmtlo@oldchapter\relax\else % new chapter, add vspace to loe. \addtocontents{loe}{\protect\addvspace{10\p@}}% \xdef\thmtlo@oldchapter{\arabic{chapter}}% |