summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
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/tex
parent5972810af729299af222498461a459998df88906 (diff)
meetings (25sep12)
git-svn-id: svn://tug.org/texlive/trunk@27806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls14
1 files changed, 10 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls b/Master/texmf-dist/tex/latex/meetingmins/meetingmins.cls
index 40a3861abfa..e994619c343 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 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
@@ -23,7 +23,7 @@
%%
%% ----------------------------------------------------------------------
%%
-\ProvidesClass{meetingmins}[2011/10/28 v1.0 Meeting minutes]
+\ProvidesClass{meetingmins}[2012/09/24 v1.5 Meeting minutes]
\NeedsTeXFormat{LaTeX2e}
\DeclareOption{agenda}{%
@@ -176,7 +176,7 @@
\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}%
@@ -207,6 +207,12 @@
\let\hiddenitems\emptysection
}
+\@ifundefined{@agenda}{% minutes
+ \newenvironment{hiddentext}{}{}
+}{% agenda only
+ \let\hiddentext\emptysection
+}
+
\newenvironment{subitems}{%
\begin{subitemlist}
}{%
@@ -254,7 +260,7 @@
}
%%
-%% 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