blob: 112557c05f374a11a2a1f8f51a0462af75588506 (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
\def\minfileversion{V1.7} %^^Aof minutes.sty
\def\minfiledate{2001/09/19} %^^Aof minutes.sty
%%
%% \CharacterTable
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
%% Digits \0\1\2\3\4\5\6\7\8\9
%% Exclamation \! Double quote \" Hash (number) \#
%% Dollar \$ Percent \% Ampersand \&
%% Acute accent \' Left paren \( Right paren \)
%% Asterisk \* Plus \+ Comma \,
%% Minus \- Point \. Solidus \/
%% Colon \: Semicolon \; Less than \<
%% Equals \= Greater than \> Question mark \?
%% Commercial at \@ Left bracket \[ Backslash \\
%% Right bracket \] Circumflex \^ Underscore \_
%% Grave accent \` Left brace \{ Vertical bar \|
%% Right brace \} Tilde \~}
%%
\begin{Minutes}{Title of the english minutes}
%%\subtitle{}
%%\moderation{}
%%\minutetaker{}
\participant{list of participants}
\missing[with excuse]{no excuse}
%%\missingExcused{}
%%\missingNoExcuse{}
\guest{guests}
\minutesdate{24. December 2000}
%%\starttime{}
%%\endtime{}
\location{Esslingen}
%%\cc{}
\maketitle
\topic{Topic one}%<-- insert title of topic
\subtopic{Sub Topic to Topic one}
Text for the topic.
\topic{Dates}
\schedule{2000/12/24}{Christmas eve}
\schedule{2000/12/24}[20:00]{distribution of presents}
\schedule*{2000/12/25}{Christmas day (without entry in calendar)}
\topic{Tasks}
\task{Who}{Action}
\task*{Somebody has to do it}
\task*[today]{Somebody do it}
\task[done]{responsible}[yesterday]{Somebody did it}
\newcols[][1]%because of a Bug
\begin{Secret}
\topic{Secret Topic}
This topic is secret and is printed with the option
\texttt{Secret}.
\end{Secret}
\subtopic{After secret topic}
\secret{small secret}
If this section is printed outside the section "secret", some
secret stuff is not printed. Check the option \texttt{Secret}.
\newcols
\addtopic{Additional Topic}
\subtopic{subtopic}
\topic{Attachments}
\attachment{Attachment with two pages}{2}
\topic{Decisions and votes}
\subtopic{A single vote}
\vote{Short voting}{1}{2}{3}
And a single vote with decision:\par
\vote{Short voting}{1}{2}{3}[Decision]
\subtopic{A couple of votes}
\begin{Vote}
\vote{Vote one}{1}{2}{3}
\vote{Vote two}{1}{2}{3}[decision]
\vote{Vote three}{1}{2}{3}
\end{Vote}
\subtopic{Decisions}
\decisiontheme{Theme}{Theme for a decision}
\decision{Theme}{Decision}
\decision*{Decision without theme}[Long text for the decision]
\end{Minutes}
\endinput
%%
%% End of file `SampleEN.tex'.
|