diff options
author | Karl Berry <karl@freefriends.org> | 2011-11-04 23:28:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-11-04 23:28:04 +0000 |
commit | 48dfdb6d4df016470854129a494373b5d72e2fb0 (patch) | |
tree | a2d0d8564b08c8b6f08084369090aa9e54e6f99f /Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex | |
parent | e1a9e5336dd1d75914042141d1dcf9d3825efc37 (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/samples/chair.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/meetingmins/samples/chair.tex | 127 |
1 files changed, 127 insertions, 0 deletions
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'. |