summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/protocol/protocol.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/protocol/protocol.cls')
-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}}