From 4a86866c9fb0ee8654b58ca8c6d83082b5e9bd83 Mon Sep 17 00:00:00 2001 From: Manuel Pégourié-Gonnard Date: Sat, 25 Apr 2009 18:48:21 +0000 Subject: protocol v1.10 git-svn-id: svn://tug.org/texlive/trunk@12823 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/protocol/protocol.cls | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/protocol/protocol.cls b/Master/texmf-dist/tex/latex/protocol/protocol.cls index 6faaea5dbf3..896f9566379 100644 --- a/Master/texmf-dist/tex/latex/protocol/protocol.cls +++ b/Master/texmf-dist/tex/latex/protocol/protocol.cls @@ -9,7 +9,7 @@ %% This is a generated file. %% Copyright (C) 1997 Projektgruppe ACIT, Lehrstuhl VII, %% Fachbereich Informatik, Universit"at Dortmund -%% 1997-1999,2006 Thomas Leineweber (protocol@tleine.de) +%% 1997-1999,2006,2009 Thomas Leineweber (protocol@tleine.de) %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -43,7 +43,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{protocol} - [2006/11/02 v1.9 + [2009/04/24 v1.10 LaTeX-Class fuer Sitzungs-Protokolle TL] \DeclareOption{a5paper} {\ClassError{protocol}{Option `a5paper' not supported}{}} @@ -53,11 +53,13 @@ {\ClassError{protocol}{Option `twocolumn' not supported}{}} \DeclareOption{titlepage} {\ClassError{protocol}{Option `titlepage' not supported}{}} +\DeclareOption{nonext} + {\AtBeginDocument{\let\@makefoot\relax}} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{scrartcl}} \ProcessOptions\relax \PassOptionsToClass{halfparskip}{scrartcl} \LoadClass{scrartcl} -\def\groupname#1{\gdef\@groupname{#1}} +\def\groupname#1{\gdef\@groupname{#1}\gdef\ProtocolGroupName{#1}} \def\chair#1{\gdef\@chair{#1}} \def\writer#1{\gdef\@writer{#1}} \def\begintime#1{\gdef\@begintime{#1}} -- cgit v1.2.3