diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/combine/combinet.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/combine/combinet.sty | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/combine/combinet.sty b/Master/texmf-dist/tex/latex/combine/combinet.sty index a08eeeca46e..5b1858b9cb2 100644 --- a/Master/texmf-dist/tex/latex/combine/combinet.sty +++ b/Master/texmf-dist/tex/latex/combine/combinet.sty @@ -6,17 +6,25 @@ %% %% combine.dtx (with options: `pck') %% -%% Copyright 2000 Peter R. Wilson +%% Author: Peter Wilson (CUA) now at peter.r.wilson@boeing.com +%% (or at: pandgwilson at earthlink dot net) +%% Copyright 2000, 2001, 2002, 2003 Peter R. Wilson %% -%% This program is provided under the terms of the -%% LaTeX Project Public License distributed from CTAN -%% archives in directory macros/latex/base/lppl.txt. +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either +%% version 1.3 of this license or (at your option) any +%% later version. +%% The latest version of the license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of +%% LaTeX version 2003/06/01 or later. %% -%% Author: Peter Wilson (CUA) -%% now at: peter.r.wilson@boeing.com +%% This work has the LPPL maintenance status "author-maintained". +%% +%% This work consists of the files listed in the README file. %% \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{combinet}[2001/09/05 v0.2 document titles in ToC] +\ProvidesPackage{combinet}[2004/03/06 v0.2a document titles in ToC] \@ifclassloaded{combine}{}{% \PackageError{combinet}{The `combine' class is expected}{\@ehc}% } @@ -87,13 +95,11 @@ \ifc@lnomtitle\else \ifx\@title\@empty\else \ifc@lnothanks - \c@laaddtocontents{toc}% - {\protect\contentsline{coltoctitle}% - {\protect\numberline{}\c@l@title}{\thecolpage}} + \c@laaddcontentsline{toc}% + {coltoctitle}{\protect\numberline{}\c@l@title}% \else - \c@laaddtocontents{toc}% - {\protect\contentsline{coltoctitle}% - {\protect\numberline{}\@title}{\thecolpage}} + \c@laaddcontentsline{toc}% + {coltoctitle}{\protect\numberline{}\@title}% \fi \fi \fi |