summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/meetingmins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-10-10 22:29:41 +0000
committerKarl Berry <karl@freefriends.org>2013-10-10 22:29:41 +0000
commit3663c65a6db3af1da47593f800cd586161bba772 (patch)
tree03446624047fc21c7475b17dce9b64d9cdb11a7b /Master/texmf-dist/tex/latex/meetingmins
parent0a63dda835b2ae1c5b7f0838585261bb0cb5d728 (diff)
meetingmins (10oct13)
git-svn-id: svn://tug.org/texlive/trunk@31878 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/meetingmins')
-rw-r--r--Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls20
1 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls b/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls
index e994619c343..d1ef1391a5b 100644
--- a/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls
+++ b/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls
@@ -9,7 +9,7 @@
%%
%% meetingmins - A LaTeX class for formatting minutes of meetings
%%
-%% Copyright (C) 2011, 2012 by Brian D. Beitzel <brian@beitzel.com>
+%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian@beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either
@@ -23,7 +23,7 @@
%%
%% ----------------------------------------------------------------------
%%
-\ProvidesClass{meetingmins}[2012/09/24 v1.5 Meeting minutes]
+\ProvidesClass{meetingmins}[2013/10/03 v1.6 Meeting minutes]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{agenda}{%
@@ -34,6 +34,10 @@
\def\@chair{\@chairmode}
}
+\DeclareOption{notes}{%
+\def\@notes{\@notesmode}
+}
+
\def\@committeename{}
\newcommand{\setcommittee}[1]{\def\@committee{#1}}
\newcommand{\show@committee}{\@committee}
@@ -135,13 +139,17 @@
{\large\textbf{\show@committee}} \\[1ex]
\@ifundefined{@agenda}{%
\@ifundefined{@chair}{% minutes
- Minutes for \show@date
+ \@ifundefined{@notes}{%
+ Minutes for \show@date
+ }{% minutes with notes
+ Notes for \show@date
+ }
}{% chair's agenda
Chair's Agenda for \show@date
- }
+ }%
}{% agenda only
Agenda for \show@date
- }
+ }%
\end{center}
\vspace{0.5ex}
\@ifundefined{@agenda}{% minutes
@@ -260,7 +268,7 @@
}
%%
-%% Copyright (C) 2011, 2012 by Brian D. Beitzel <brian@beitzel.com>
+%% Copyright (C) 2011-2013 by Brian D. Beitzel <brian@beitzel.com>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License (LPPL), either