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 | |
parent | bf72bf0cdcc3c68bdeac6cdeb248d24ad27a4678 (diff) |
tocloft (13oct10)
git-svn-id: svn://tug.org/texlive/trunk@20084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/tocloft/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tocloft/tocloft.pdf | bin | 308303 -> 436896 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tocloft/tocloft.dtx | 35 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tocloft/tocloft.sty | 16 |
4 files changed, 13 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/tocloft/README b/Master/texmf-dist/doc/latex/tocloft/README index 3ea449a4107..e65bbc67054 100644 --- a/Master/texmf-dist/doc/latex/tocloft/README +++ b/Master/texmf-dist/doc/latex/tocloft/README @@ -8,6 +8,10 @@ define your own kinds of `List of ...' _______________ Change history: +Changes in version 2.3e (2010/10/13) +- Remove a superfluous message from the console output: + "The document has [section|chapter] divisions" + Changes in version 2.3d (2009/09/04) - New package maintainer (Will Robertson) and small bug fix diff --git a/Master/texmf-dist/doc/latex/tocloft/tocloft.pdf b/Master/texmf-dist/doc/latex/tocloft/tocloft.pdf Binary files differindex 0474858444a..6ff4d5abc34 100644 --- a/Master/texmf-dist/doc/latex/tocloft/tocloft.pdf +++ b/Master/texmf-dist/doc/latex/tocloft/tocloft.pdf diff --git a/Master/texmf-dist/source/latex/tocloft/tocloft.dtx b/Master/texmf-dist/source/latex/tocloft/tocloft.dtx index c1e23dc52e9..716e747894d 100644 --- a/Master/texmf-dist/source/latex/tocloft/tocloft.dtx +++ b/Master/texmf-dist/source/latex/tocloft/tocloft.dtx @@ -29,7 +29,7 @@ % % \fi % -% \CheckSum{2208} +% \CheckSum{2197} % % \DoNotIndex{\',\.,\@M,\@@input,\@addtoreset,\@arabic,\@badmath} % \DoNotIndex{\@centercr,\@cite} @@ -93,6 +93,7 @@ % \changes{v2.3b}{2003/01/20}{More fixes for Part changes} % \changes{v2.3c}{2003/09/26}{More fixes for hyperref} % \changes{v2.3d}{2009/09/04}{New maintainer and tiny bug fix} +% \changes{v2.3e}{2010/10/13}{Remove a message from the console output} % % \def\dtxfile{\texttt{tocloft.dtx}} % \def\fileversion{v1.1a} \def\filedate{2000/02/11} @@ -104,6 +105,7 @@ % \def\fileversion{v2.3b} \def\filedate{2003/01/20} % \def\fileversion{v2.3c} \def\filedate{2003/09/26} % \def\fileversion{v2.3d} \def\filedate{2009/09/04} +% \def\fileversion{v2.3e} \def\filedate{2010/10/13} % \newcommand*{\Lpack}[1]{\textsf {#1}} ^^A typeset a package % \newcommand*{\Lopt}[1]{\textsf {#1}} ^^A typeset an option % \newcommand*{\file}[1]{\texttt {#1}} ^^A typeset a file @@ -1214,33 +1216,8 @@ % \begin{macrocode} %<*usc> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tocloft}[2009/09/04 v2.3d parameterised ToC, etc., typesetting] -% \end{macrocode} -% -% \begin{macro}{\PRWPackageNote} -% \begin{macro}{\PRWPackageNoteNoLine} -% These two commands write a Package Note to the terminal and the log file. -% Use as: |\PRWPackageNote{|\meta{package name}|}{|\meta{note text}|}|. -% The NoLine version does not show the line number. The commands are intermediate -% between the kernel |\PackageWarning| and |\PackageInfo| commands. -% I have |\provide|d the |\PRW...| commands as other packages (of mine) -% may also incorporate them. The code is based on \file{lterror.dtx}. -% \changes{v1.0}{1999/09/19}{Added PRWPackageNote and PRWPackageNoteNoLine -% commands} -% \begin{macrocode} -\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] % \end{macrocode} -% \end{macro} -% \end{macro} % % In order to try and avoid name clashes with other packages, each internal % name will include the character string \texttt{@cft}. @@ -1280,9 +1257,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}} % \end{macrocode} % Perhaps quit now. % \begin{macrocode} 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{% |