diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-13 23:33:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-13 23:33:56 +0000 |
commit | fee7482284af43ba05f5daa85799ac0a57197342 (patch) | |
tree | dc8b3e0c2b77cda4094637f6446d1f6a7c2ec0c8 /Master/texmf-dist/tex/latex/tocloft | |
parent | bf72bf0cdcc3c68bdeac6cdeb248d24ad27a4678 (diff) |
tocloft (13oct10)
git-svn-id: svn://tug.org/texlive/trunk@20084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tocloft')
-rw-r--r-- | Master/texmf-dist/tex/latex/tocloft/tocloft.sty | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/tocloft/tocloft.sty b/Master/texmf-dist/tex/latex/tocloft/tocloft.sty index 3f8b7d26340..64f4beeb8d3 100644 --- a/Master/texmf-dist/tex/latex/tocloft/tocloft.sty +++ b/Master/texmf-dist/tex/latex/tocloft/tocloft.sty @@ -23,17 +23,7 @@ %% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tocloft}[2009/09/04 v2.3d parameterised ToC, etc., typesetting] -\providecommand{\PRWPackageNote}[2]{% - \GenericWarning{% - (#1)\@spaces\@spaces\@spaces\@spaces - }{% - Package #1 Note: #2% - }% -} -\providecommand{\PRWPackageNoteNoLine}[2]{% - \PRWPackageNote{#1}{#2\@gobble}% -} +\ProvidesPackage{tocloft}[2010/10/13 v2.3e parameterised ToC, etc., typesetting] \newcommand{\@cftquit}{} \newif\if@cfthaschapter \newif\if@cftkoma @@ -48,9 +38,9 @@ \PackageWarning{tocloft}% {I don't recognize any sectional divisions so I'll do nothing} \renewcommand{\@cftquit}{\endinput} - }{\PRWPackageNoteNoLine{tocloft}{The document has section divisions}} + }{\PackageInfo{tocloft}{The document has section divisions}} }{\@cfthaschaptertrue - \PRWPackageNoteNoLine{tocloft}{The document has chapter divisions}} + \PackageInfo{tocloft}{The document has chapter divisions}} \@cftquit \newif\if@cfttocbibind \AtBeginDocument{% |