diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-22 23:37:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-22 23:37:39 +0000 |
commit | 3c0cf125d1f03a951969d0a9fa45d53e61674547 (patch) | |
tree | 8f50624c8091afe50ea63f70add989e6563e063a /Master/texmf-dist/tex/latex/combine/combine.cls | |
parent | d7950db5146cfdf45495a13a01a28e57e5fee710 (diff) |
combine 0.7 (22mar10)
git-svn-id: svn://tug.org/texlive/trunk@17531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/combine/combine.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/combine/combine.cls | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/combine/combine.cls b/Master/texmf-dist/tex/latex/combine/combine.cls index 758f26f91a9..a9f4420a0c5 100644 --- a/Master/texmf-dist/tex/latex/combine/combine.cls +++ b/Master/texmf-dist/tex/latex/combine/combine.cls @@ -9,6 +9,7 @@ %% Author: Peter Wilson, Herries Press %% Maintainer: Will Robertson (will dot robertson at latex-project dot org) %% Copyright 2000, 2001, 2002, 2003 Peter R. Wilson +%% Copyright 2010 Will Robertson %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either @@ -20,10 +21,11 @@ %% %% This work consists of the files listed in the README file. %% -\NeedsTeXFormat{LaTeX2e} -\ProvidesClass{combine}[2003/11/09 v0.52 collection of documents] +\ProvidesClass{combine} + [2010/03/22 v0.7 + collection of documents] + source file for the combine class] \RequirePackage{keyval} - \newcommand{\c@lclass}{article} \define@key{COLCLASS}{colclass}[article]% {\renewcommand{\c@lclass}{#1} |