diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/combine/combine.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/combine/combine.cls | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/combine/combine.cls b/Master/texmf-dist/tex/latex/combine/combine.cls index d1326874566..b8f2e8ae033 100644 --- a/Master/texmf-dist/tex/latex/combine/combine.cls +++ b/Master/texmf-dist/tex/latex/combine/combine.cls @@ -6,17 +6,25 @@ %% %% combine.dtx (with options: `usc') %% -%% 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} -\ProvidesClass{combine}[2002/08/24 v0.5 collection of documents] +\ProvidesClass{combine}[2003/11/09 v0.52 collection of documents] \RequirePackage{keyval} \newcommand{\c@lclass}{article} @@ -78,6 +86,7 @@ \DeclareOption{book}{\def\c@lclass{book}} \DeclareOption{report}{\def\c@lclass{report}} \DeclareOption{letter}{\def\c@lclass{letter}} +\DeclareOption{memoir}{\def\c@lclass{memoir}} \DeclareOption{classes}{\c@lclassestrue} \DeclareOption{packages}{\c@lpackagestrue} \DeclareOption{layouts}{\c@llayoutstrue} @@ -161,12 +170,12 @@ \c@lnamethm{#1}{#2}{#3}}}} } -\newcommand{\providelength}[1]{% +\providecommand{\providelength}[1]{% \ifx #1\undefined \newlength{#1} \fi } -\newcommand{\providecounter}[1]{% +\providecommand{\providecounter}[1]{% \expandafter\ifx \csname c@#1\endcsname \undefined {\@definecounter{#1}}% \@ifnextchar[{\@newctr{#1}}{} @@ -958,7 +967,7 @@ \let\newlabel\c@lbnewlabel \let\ref\c@lbref \let\pageref\c@lbpageref -\renewcommand{\bibliographystyle}[1]{} +%%% \renewcommand{\bibliographystyle}[1]{} \ifc@lcombib \else \ifc@lonebib @@ -987,6 +996,8 @@ \newcommand{\takedownpapers}{% } +\newcommand{\emptyAtBeginDocument}{\let\@begindocumenthook\@empty} + \let\document\c@ladocument \let\enddocument\c@laenddocument %%\let\maketitle\c@lamaketitle |