summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/meetingmins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-09-25 22:58:46 +0000
committerKarl Berry <karl@freefriends.org>2012-09-25 22:58:46 +0000
commit4076fa26459f989074debe8c607bb13cd4870463 (patch)
tree8feb20247e02f595952df19184bfc593032fa2eb /Master/texmf-dist/source/latex/meetingmins
parent5972810af729299af222498461a459998df88906 (diff)
meetings (25sep12)
git-svn-id: svn://tug.org/texlive/trunk@27806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/meetingmins')
-rw-r--r--Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx42
-rw-r--r--Master/texmf-dist/source/latex/meetingmins/meetingmins.ins8
2 files changed, 31 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx b/Master/texmf-dist/source/latex/meetingmins/meetingmins.dtx
index 7c9c82501b7..a394e6cad0b 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: %
% %
-%<class>\ProvidesClass{meetingmins}[2011/10/28 v1.0 Meeting minutes]
+%<class>\ProvidesClass{meetingmins}[2012/09/24 v1.5 Meeting minutes]
% %
%<*internal> %
-\def\mtgminsVersionDate{2011/10/28}
-\def\mtgminsVersionNumber{1.0}
+\def\mtgminsVersionDate{2012/09/24}
+\def\mtgminsVersionNumber{1.5}
% %
% %
% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -19,7 +19,7 @@
meetingmins - A LaTeX class for formatting minutes of meetings
-Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+Copyright (C) 2011, 2012 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
@@ -59,7 +59,7 @@ user-selected portions suppressed from printing.
meetingmins - A LaTeX class for formatting minutes of meetings
-Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+Copyright (C) 2011, 2012 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
@@ -76,7 +76,7 @@ copyright line and this statement are maintained intact.
\endpreamble
\postamble
-Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+Copyright (C) 2011, 2012 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
@@ -174,6 +174,7 @@ and the derived files meetingmins.cls,
%\maketitle
%
%\changes{v1.0}{2011/10/27}{Initial release}
+%\changes{v1.5}{2012/09/24}{Added the `hiddentext' environment}
%
% \begin{abstract}
% The \textsf{meetingmins} class formats written minutes of group
@@ -244,17 +245,21 @@ and the derived files meetingmins.cls,
% \DescribeMacro{\end\{hiddenitems\}}
% \DescribeMacro{\begin\{hiddensubitems\}}
% \DescribeMacro{\end\{hiddensubitems\}}
+% \DescribeMacro{\begin\{hiddentext\}}
+% \DescribeMacro{\end\{hiddentext\}}
% There is one additional feature of the |agenda| option: numbered
% lists that are bracketed by |\begin{hiddenitems}| and
-% |\end{hiddenitems}| are suppressed from the printed agenda
+% |\end{hiddenitems}| are suppressed from the printed agenda
% (|\begin{hiddensubitems}| and |\end{hiddensubitems}| are also
-% available). The purpose of this feature is primarily for
-% announcements; why would they be sent out in advance for all to read
-% and then re-announced at the meeting? Any portion of the agenda can
-% be suppressed in this way if desired. Please note that there is no
-% need to change the name of this environment when the final minutes
-% are produced; in the absence of the |agenda| option, all text will
-% be printed.
+% available). The |\begin{hiddentext}| and |\end{hiddentext}|
+% commands will suppress non-enumerated text (i.e., standard
+% paragraphs) from being printed on an agenda. The purpose of this
+% feature is primarily for announcements; why would they be sent out
+% in advance for all to read and then re-announced at the meeting?
+% Any portion of the agenda can be suppressed in this way if desired.
+% Please note that there is no need to change the name of these
+% environments when the final minutes are produced; in the absence of
+% the |agenda| option, all text will be printed.
%
% Specifying the \DescribeMacro{chair}|chair| option (instead of
% |agenda|) annotates the document as a ``Chair's Agenda for [date]'';
@@ -720,7 +725,7 @@ and the derived files meetingmins.cls,
\renewcommand{\subsubsection}[1]{\@startsection{subsubsection}{3}{0in}%
{0.4\baselineskip \@plus 0.2ex \@minus 0.2ex\leftskip=0.5in}%
{-\z@}%
- {\normalfont\normalsize\itshape}{#1}}
+ {\normalfont\normalsize\itshape}{#1} \hspace{0.2em} ---\hspace{0.2em}}
}
}{% agenda only
\renewcommand{\subsubsection}[1]{\@startsection{subsubsection}{3}{0in}%
@@ -753,6 +758,13 @@ and the derived files meetingmins.cls,
}
+\@ifundefined{@agenda}{% minutes
+ \newenvironment{hiddentext}{}{}
+}{% agenda only
+ \let\hiddentext\emptysection
+}
+
+
% second-level items (under \subsection commands)
\newenvironment{subitems}{%
\begin{subitemlist}
diff --git a/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins b/Master/texmf-dist/source/latex/meetingmins/meetingmins.ins
index c5d867f8b47..f5c5a76afd6 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 by Brian D. Beitzel <brian@beitzel.com>
+%% Copyright (C) 2011, 2012 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
@@ -31,7 +31,7 @@
meetingmins - A LaTeX class for formatting minutes of meetings
-Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+Copyright (C) 2011, 2012 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
@@ -48,7 +48,7 @@ copyright line and this statement are maintained intact.
\endpreamble
\postamble
-Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+Copyright (C) 2011, 2012 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
@@ -84,7 +84,7 @@ and the derived files meetingmins.cls,
}
\endbatchfile
%%
-%% Copyright (C) 2011 by Brian D. Beitzel <brian@beitzel.com>
+%% Copyright (C) 2011, 2012 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