summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/tocbibind/README4
-rw-r--r--Master/texmf-dist/doc/latex/tocbibind/tocbibind.pdfbin333228 -> 310641 bytes
-rw-r--r--Master/texmf-dist/source/latex/tocbibind/tocbibind.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/tocbibind/tocbibind.sty6
4 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/tocbibind/README b/Master/texmf-dist/doc/latex/tocbibind/README
index 6918a8a204c..b7e4a41ac2c 100644
--- a/Master/texmf-dist/doc/latex/tocbibind/README
+++ b/Master/texmf-dist/doc/latex/tocbibind/README
@@ -7,6 +7,10 @@ and/or the index etc., to the Table of Contents listing.
______________
Change History
+Version 1.5k (2010/10/13)
+- Remove a superfluous message from the console output:
+ "The document has [section|chapter] divisions"
+
Version 1.5j (2009/12/28)
- Internal changes: \phantomsection is no longer needed
for hyperref support
diff --git a/Master/texmf-dist/doc/latex/tocbibind/tocbibind.pdf b/Master/texmf-dist/doc/latex/tocbibind/tocbibind.pdf
index c0bb4066ea8..02d2646b286 100644
--- a/Master/texmf-dist/doc/latex/tocbibind/tocbibind.pdf
+++ b/Master/texmf-dist/doc/latex/tocbibind/tocbibind.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/tocbibind/tocbibind.dtx b/Master/texmf-dist/source/latex/tocbibind/tocbibind.dtx
index d2bc5652b40..1570545523a 100644
--- a/Master/texmf-dist/source/latex/tocbibind/tocbibind.dtx
+++ b/Master/texmf-dist/source/latex/tocbibind/tocbibind.dtx
@@ -89,6 +89,7 @@
% \changes{v1.5f}{2003/02/04}{Changed theindex}
% \changes{v1.5h}{2004/05/10}{Changed license from LPPL v1.0 to v1.3}
% \changes{v1.5i}{2009/09/04}{New maintainer (Will Robertson)}
+% \changes{v1.5k}{2010/10/13}{Remove a message in the console output}
%
% \def\dtxfile{tocbibind.dtx}
% \def\fileversion{v1.4a} \def\filedate{2000/03/05}
@@ -103,6 +104,7 @@
% \def\fileversion{v1.5h} \def\filedate{2004/05/10}
% \def\fileversion{v1.5i} \def\filedate{2009/09/04}
% \def\fileversion{v1.5j} \def\filedate{2009/12/28}
+% \def\fileversion{v1.5k} \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
@@ -447,7 +449,7 @@
% \begin{macrocode}
%<*usc>
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tocbibind}[2009/12/28 v1.5j extra ToC listings]
+\ProvidesPackage{tocbibind}[2010/10/13 v1.5k extra ToC listings]
% \end{macrocode}
%
% \begin{macro}{\PRWPackageNote}
@@ -491,9 +493,9 @@
I hope you have used the `other' option\MessageBreak
otherwise I'll ignore the package}
\renewcommand{\@bibquit}{\endinput}
- }{\PRWPackageNoteNoLine{tocbibind}{The document has section divisions}}
+ }{\PackageInfo{tocbibind}{The document has section divisions}}
}{\@bibchaptertrue
- \PRWPackageNoteNoLine{tocbibind}{The document has chapter divisions}}
+ \PackageInfo{tocbibind}{The document has chapter divisions}}
% \end{macrocode}
% \end{macro}
diff --git a/Master/texmf-dist/tex/latex/tocbibind/tocbibind.sty b/Master/texmf-dist/tex/latex/tocbibind/tocbibind.sty
index 2c5493fba45..b88f54f43e3 100644
--- a/Master/texmf-dist/tex/latex/tocbibind/tocbibind.sty
+++ b/Master/texmf-dist/tex/latex/tocbibind/tocbibind.sty
@@ -23,7 +23,7 @@
%% -----------------------------------------------------------------
%%
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tocbibind}[2009/12/28 v1.5j extra ToC listings]
+\ProvidesPackage{tocbibind}[2010/10/13 v1.5k extra ToC listings]
\providecommand{\PRWPackageNote}[2]{%
\GenericWarning{%
(#1)\@spaces\@spaces\@spaces\@spaces
@@ -45,9 +45,9 @@
I hope you have used the `other' option\MessageBreak
otherwise I'll ignore the package}
\renewcommand{\@bibquit}{\endinput}
- }{\PRWPackageNoteNoLine{tocbibind}{The document has section divisions}}
+ }{\PackageInfo{tocbibind}{The document has section divisions}}
}{\@bibchaptertrue
- \PRWPackageNoteNoLine{tocbibind}{The document has chapter divisions}}
+ \PackageInfo{tocbibind}{The document has chapter divisions}}
\newif\if@inltxdoc
\@ifclassloaded{ltxdoc}{\@inltxdoctrue}{\@inltxdocfalse}