blob: 5192dd3bf3f7b5d2e2e302815e5531a08c574261 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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-2013 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-2013 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'.
|