summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/protocol
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-04-25 18:48:21 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-04-25 18:48:21 +0000
commit4a86866c9fb0ee8654b58ca8c6d83082b5e9bd83 (patch)
tree6b1f60788cdddfbcebc3a4a4ede27384f4c82ad5 /Master/texmf-dist/tex/latex/protocol
parent8481c8c4bff5f5df2b76ac6091d83976b37f8cd6 (diff)
protocol v1.10
git-svn-id: svn://tug.org/texlive/trunk@12823 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/protocol')
-rw-r--r--Master/texmf-dist/tex/latex/protocol/protocol.cls8
1 files changed, 5 insertions, 3 deletions
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}}