diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-01 01:34:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-01 01:34:10 +0000 |
commit | f9715c01ae9898fd648e3d67240582a87c9274ff (patch) | |
tree | fd19e23f4d1b63a4fa730a53b252a8f6a4a89522 /Master/texmf-dist/tex/latex | |
parent | cb5a5b669441aa92cac253a77b654a46ed53d35b (diff) |
tocloft (31aug17)
git-svn-id: svn://tug.org/texlive/trunk@45188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tocloft/tocloft.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/tocloft/tocloft.sty b/Master/texmf-dist/tex/latex/tocloft/tocloft.sty index 133efc420bc..fb4d8cd709a 100644 --- a/Master/texmf-dist/tex/latex/tocloft/tocloft.sty +++ b/Master/texmf-dist/tex/latex/tocloft/tocloft.sty @@ -23,9 +23,10 @@ %% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tocloft}[2017/08/29 v2.3h parameterised ToC, etc., typesetting] +\ProvidesPackage{tocloft}[2017/08/31 v2.3i parameterised ToC, etc., typesetting] \newcommand\@cftifundefined[1]{% - \begingroup\expandafter\expandafter\expandafter\endgroup\ifx\csname #1\endcsname\relax + \begingroup\expandafter\expandafter\expandafter\endgroup + \expandafter\ifx\csname #1\endcsname\relax \expandafter\@firstoftwo \else \expandafter\@secondoftwo |