summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/meetingmins
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-11-04 23:28:04 +0000
committerKarl Berry <karl@freefriends.org>2011-11-04 23:28:04 +0000
commit48dfdb6d4df016470854129a494373b5d72e2fb0 (patch)
treea2d0d8564b08c8b6f08084369090aa9e54e6f99f /Master/texmf-dist/doc/latex/meetingmins
parente1a9e5336dd1d75914042141d1dcf9d3825efc37 (diff)
new latex package meetingmins (31oct11)
git-svn-id: svn://tug.org/texlive/trunk@24503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/meetingmins')
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/README27
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/meetingmins.pdfbin0 -> 449914 bytes
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/agenda.pdfbin0 -> 109147 bytes
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/agenda.tex127
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/chair.pdfbin0 -> 114001 bytes
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex127
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/department.min60
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/minutes.pdfbin0 -> 114587 bytes
-rw-r--r--Master/texmf-dist/doc/latex/meetingmins/samples/minutes.tex140
9 files changed, 481 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/meetingmins/README b/Master/texmf-dist/doc/latex/meetingmins/README
new file mode 100644
index 00000000000..a3dc530488b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/README
@@ -0,0 +1,27 @@
+----------------------------------------------------------------------
+
+meetingmins - A LaTeX class for formatting minutes of meetings
+
+Copyright (C) 2011 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
+version 1.3c of this license or (at your option) any later
+version. The latest version of this license is in the file:
+
+http://www.latex-project.org/lppl.txt
+
+Users may freely modify these files without permission, as long as the
+copyright line and this statement are maintained intact.
+
+----------------------------------------------------------------------
+
+This class is adapted from Jim Hefferon's mins class (2005-Sept-01).
+The goal of both of these classes is to produce minutes of meetings
+quickly in an appealing printed format. The principal difference
+between this class and the mins class is that each section of the
+document in this class is structured as a section rather than an
+environment. This structure is more intuitive when writing LaTeX
+documents. An additional feature of this class is that an agenda can
+also be produced for distribution prior to the meeting, with certain
+user-selected portions suppressed from printing.
diff --git a/Master/texmf-dist/doc/latex/meetingmins/meetingmins.pdf b/Master/texmf-dist/doc/latex/meetingmins/meetingmins.pdf
new file mode 100644
index 00000000000..4059d7099b5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/meetingmins.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.pdf b/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.pdf
new file mode 100644
index 00000000000..6abbd3f062e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.tex b/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.tex
new file mode 100644
index 00000000000..9f1e03f7dce
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/agenda.tex
@@ -0,0 +1,127 @@
+%%
+%% This is file `./samples/agenda.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% meetingmins.dtx (with options: `agenda')
+%% ----------------------------------------------------------------------
+%%
+%% meetingmins - A LaTeX class for formatting minutes of meetings
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% ----------------------------------------------------------------------
+%%
+\documentclass[11pt,agenda]{meetingmins}
+
+%% Optionally, the following text could be set in the file
+%% department.min in this folder, then add the option 'department'
+%% in the \documentclass line of this .tex file:
+%%\setcommittee{Department of Instruction}
+%%
+%%\setmembers{
+%% \chair{B.~Smart},
+%% B.~Brave,
+%% D.~Claire,
+%% B.~Gone
+%%}
+
+\setcommittee{Department of Instruction}
+
+\setmembers{
+ \chair{B.~Smart},
+ B.~Brave,
+ D.~Claire,
+ B.~Gone
+}
+
+\setdate{October 5, 2011}
+
+\begin{document}
+\maketitle
+
+\section{Announcements}
+\begin{hiddenitems}
+\item
+The dean is coming today.
+
+\item
+The dean has canceled.
+
+\end{hiddenitems}
+
+\section{Committee Reports}
+
+\subsection{College-wide Committees}
+\subsubsection{Library}
+
+\subsubsection{Curriculum}
+\begin{hiddensubitems}
+\item
+There is widespread interest in reforming the curriculum.
+
+\item
+Unfortunately, no one seems interested in participating on the
+curriculum reform committee.
+\end{hiddensubitems}
+
+\subsection{Department Committees}
+\subsubsection{Personnel}
+
+\subsubsection{Assistant Professor Search}
+
+\section{Old Business}
+\begin{items}
+\item
+\priormins
+\end{items}
+
+\section{New Business}
+\begin{items}
+\item
+Discuss class schedules for next semester.
+
+\item
+Discuss research plans for next semester.
+\end{items}
+
+\vspace{1em}
+\nextmeeting{Wednesday, October 19, at 3:00}
+
+\end{document}
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Brian D. Beitzel.
+%%
+%% This work consists of the file meetingmins.dtx
+%% and the derived files meetingmins.cls,
+%% sampleminutes.tex,
+%% department.min,
+%% README.txt, and
+%% meetingmins.pdf.
+%%
+%%
+%% End of file `./samples/agenda.tex'.
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/chair.pdf b/Master/texmf-dist/doc/latex/meetingmins/samples/chair.pdf
new file mode 100644
index 00000000000..e1863d1e58d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/chair.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex b/Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex
new file mode 100644
index 00000000000..1e49f66842f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex
@@ -0,0 +1,127 @@
+%%
+%% This is file `./samples/chair.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% meetingmins.dtx (with options: `chair')
+%% ----------------------------------------------------------------------
+%%
+%% meetingmins - A LaTeX class for formatting minutes of meetings
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% ----------------------------------------------------------------------
+%%
+\documentclass[11pt,chair]{meetingmins}
+
+%% Optionally, the following text could be set in the file
+%% department.min in this folder, then add the option 'department'
+%% in the \documentclass line of this .tex file:
+%%\setcommittee{Department of Instruction}
+%%
+%%\setmembers{
+%% \chair{B.~Smart},
+%% B.~Brave,
+%% D.~Claire,
+%% B.~Gone
+%%}
+
+\setcommittee{Department of Instruction}
+
+\setmembers{
+ \chair{B.~Smart},
+ B.~Brave,
+ D.~Claire,
+ B.~Gone
+}
+
+\setdate{October 5, 2011}
+
+\begin{document}
+\maketitle
+
+\section{Announcements}
+\begin{hiddenitems}
+\item
+The dean is coming today.
+
+\item
+The dean has canceled.
+
+\end{hiddenitems}
+
+\section{Committee Reports}
+
+\subsection{College-wide Committees}
+\subsubsection{Library}
+
+\subsubsection{Curriculum {\rm (D.~Claire)}}
+\begin{hiddensubitems}
+\item
+There is widespread interest in reforming the curriculum.
+
+\item
+Unfortunately, no one seems interested in participating on the
+curriculum reform committee.
+\end{hiddensubitems}
+
+\subsection{Department Committees}
+\subsubsection{Personnel}
+
+\subsubsection{Assistant Professor Search}
+
+\section{Old Business}
+\begin{items}
+\item
+\priormins
+\end{items}
+
+\section{New Business}
+\begin{items}
+\item
+Discuss class schedules for next semester.
+
+\item
+Discuss research plans for next semester.
+\end{items}
+
+\vspace{1em}
+\nextmeeting{Wednesday, October 19, at 3:00}
+
+\end{document}
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Brian D. Beitzel.
+%%
+%% This work consists of the file meetingmins.dtx
+%% and the derived files meetingmins.cls,
+%% sampleminutes.tex,
+%% department.min,
+%% README.txt, and
+%% meetingmins.pdf.
+%%
+%%
+%% End of file `./samples/chair.tex'.
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/department.min b/Master/texmf-dist/doc/latex/meetingmins/samples/department.min
new file mode 100644
index 00000000000..b82764c7817
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/department.min
@@ -0,0 +1,60 @@
+%%
+%% This is file `./samples/department.min',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% meetingmins.dtx (with options: `sampledepartment')
+%% ----------------------------------------------------------------------
+%%
+%% meetingmins - A LaTeX class for formatting minutes of meetings
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% ----------------------------------------------------------------------
+%%
+
+\setcommittee{Department of Instruction}
+
+\setmembers{
+ \chair{B.~Smart},
+ B.~Brave,
+ D.~Claire,
+ B.~Gone
+}
+
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Brian D. Beitzel.
+%%
+%% This work consists of the file meetingmins.dtx
+%% and the derived files meetingmins.cls,
+%% sampleminutes.tex,
+%% department.min,
+%% README.txt, and
+%% meetingmins.pdf.
+%%
+%%
+%% End of file `./samples/department.min'.
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.pdf b/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.pdf
new file mode 100644
index 00000000000..0123c83a928
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.tex b/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.tex
new file mode 100644
index 00000000000..123a8d34f30
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/meetingmins/samples/minutes.tex
@@ -0,0 +1,140 @@
+%%
+%% This is file `./samples/minutes.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% meetingmins.dtx (with options: `minutes')
+%% ----------------------------------------------------------------------
+%%
+%% meetingmins - A LaTeX class for formatting minutes of meetings
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% ----------------------------------------------------------------------
+%%
+\documentclass[11pt]{meetingmins}
+
+%% Optionally, the following text could be set in the file
+%% department.min in this folder, then add the option 'department'
+%% in the \documentclass line of this .tex file:
+%%\setcommittee{Department of Instruction}
+%%
+%%\setmembers{
+%% \chair{B.~Smart},
+%% B.~Brave,
+%% D.~Claire,
+%% B.~Gone
+%%}
+
+\setcommittee{Department of Instruction}
+
+\setmembers{
+ \chair{B.~Smart},
+ B.~Brave,
+ D.~Claire,
+ B.~Gone
+}
+
+\setdate{October 5, 2011}
+
+\setpresent{
+ \chair{B.~Smart},
+ B.~Brave,
+ D.~Claire
+}
+
+\absent{B.~Gone \textit{(sabbatical)}}
+
+\alsopresent{B.~There}
+
+\begin{document}
+\maketitle
+
+\section{Announcements}
+\begin{hiddenitems}
+\item
+The dean is coming today.
+
+\item
+The dean has canceled.
+
+\end{hiddenitems}
+
+\section{Committee Reports}
+
+\subsection{College-wide Committees}
+\subsubsection{Library}
+The library still has books that no one has read.
+
+\subsubsection{Curriculum {\rm (D.~Claire)}}
+\begin{hiddensubitems}
+\item
+There is widespread interest in reforming the curriculum.
+
+\item
+Unfortunately, no one seems interested in participating on the
+curriculum reform committee.
+\end{hiddensubitems}
+
+\subsection{Department Committees}
+\subsubsection{Personnel}
+No one can have a raise this year.
+
+\subsubsection{Assistant Professor Search}
+We are looking for someone who will do a lot for very little money.
+
+\section{Old Business}
+\begin{items}
+\item
+\priormins
+\end{items}
+
+\section{New Business}
+\begin{items}
+\item
+We will teach classes next semester.
+
+\item
+We will do research next semester.
+\end{items}
+
+\vspace{1em}
+\nextmeeting{Wednesday, October 19, at 3:00}
+
+\end{document}
+%%
+%% Copyright (C) 2011 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
+%% version 1.3c of this license or (at your option) any later
+%% version. The latest version of this license is in the file:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% Users may freely modify these files without permission, as long as the
+%% copyright line and this statement are maintained intact.
+%%
+%% This work is "maintained" (as per LPPL maintenance status) by
+%% Brian D. Beitzel.
+%%
+%% This work consists of the file meetingmins.dtx
+%% and the derived files meetingmins.cls,
+%% sampleminutes.tex,
+%% department.min,
+%% README.txt, and
+%% meetingmins.pdf.
+%%
+%%
+%% End of file `./samples/minutes.tex'.