From 3663c65a6db3af1da47593f800cd586161bba772 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 10 Oct 2013 22:29:41 +0000 Subject: meetingmins (10oct13) git-svn-id: svn://tug.org/texlive/trunk@31878 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/meetingmins/meetingmins.dtx | 33 +++++++++++++++------- .../source/latex/meetingmins/meetingmins.ins | 8 +++--- 2 files changed, 27 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/source/latex/meetingmins') diff --git a/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx b/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx index a394e6cad0b..316643ecc3a 100644 --- a/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx +++ b/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx @@ -4,11 +4,11 @@ % % % CHANGE THESE VALUES WITH EACH NEW RELEASE: % % % -%\ProvidesClass{meetingmins}[2012/09/24 v1.5 Meeting minutes] +%\ProvidesClass{meetingmins}[2013/10/03 v1.6 Meeting minutes] % % %<*internal> % -\def\mtgminsVersionDate{2012/09/24} -\def\mtgminsVersionNumber{1.5} +\def\mtgminsVersionDate{2013/10/03} +\def\mtgminsVersionNumber{1.6} % % % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -19,7 +19,7 @@ meetingmins - A LaTeX class for formatting minutes of meetings -Copyright (C) 2011, 2012 by Brian D. Beitzel +Copyright (C) 2011-2013 by Brian D. Beitzel This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either @@ -59,7 +59,7 @@ user-selected portions suppressed from printing. meetingmins - A LaTeX class for formatting minutes of meetings -Copyright (C) 2011, 2012 by Brian D. Beitzel +Copyright (C) 2011-2013 by Brian D. Beitzel This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either @@ -76,7 +76,7 @@ copyright line and this statement are maintained intact. \endpreamble \postamble -Copyright (C) 2011, 2012 by Brian D. Beitzel +Copyright (C) 2011-2013 by Brian D. Beitzel This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either @@ -175,6 +175,7 @@ and the derived files meetingmins.cls, % %\changes{v1.0}{2011/10/27}{Initial release} %\changes{v1.5}{2012/09/24}{Added the `hiddentext' environment} +%\changes{v1.6}{2013/10/03}{Added the `notes' option} % % \begin{abstract} % The \textsf{meetingmins} class formats written minutes of group @@ -267,7 +268,9 @@ and the derived files meetingmins.cls, % handy checkboxes so the chair can more easily track attendance (and % be reminded of who has not yet arrived.) Also, no text is hidden on % the Chair's Agenda. Just to be clear: Use either the |chair| -% \textit{or} the |agenda| options, not both simultaneously. +% \textit{or} the |agenda| options, not both simultaneously. The +% \DescribeMacro{notes}|notes| option formats minutes (not an agenda) +% with the header ``Notes for [date].'' % % % \section{Usage} @@ -562,6 +565,12 @@ and the derived files meetingmins.cls, \def\@chair{\@chairmode} } +% the notes option contains extra meeting notes that are not part of +% the official minutes +\DeclareOption{notes}{% +\def\@notes{\@notesmode} +} + % what group is meeting? \def\@committeename{} \newcommand{\setcommittee}[1]{\def\@committee{#1}} @@ -680,13 +689,17 @@ and the derived files meetingmins.cls, {\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 diff --git a/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins b/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins index f5c5a76afd6..bcdb3bc34f8 100644 --- a/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins +++ b/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins @@ -9,7 +9,7 @@ %% %% meetingmins - A LaTeX class for formatting minutes of meetings %% -%% Copyright (C) 2011, 2012 by Brian D. Beitzel +%% Copyright (C) 2011-2013 by Brian D. Beitzel %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either @@ -31,7 +31,7 @@ meetingmins - A LaTeX class for formatting minutes of meetings -Copyright (C) 2011, 2012 by Brian D. Beitzel +Copyright (C) 2011-2013 by Brian D. Beitzel This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either @@ -48,7 +48,7 @@ copyright line and this statement are maintained intact. \endpreamble \postamble -Copyright (C) 2011, 2012 by Brian D. Beitzel +Copyright (C) 2011-2013 by Brian D. Beitzel This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either @@ -84,7 +84,7 @@ and the derived files meetingmins.cls, } \endbatchfile %% -%% Copyright (C) 2011, 2012 by Brian D. Beitzel +%% Copyright (C) 2011-2013 by Brian D. Beitzel %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either -- cgit v1.2.3