summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/minutes/SampleEN.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/minutes/SampleEN.tex
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/minutes/SampleEN.tex')
-rw-r--r--Master/texmf-dist/doc/latex/minutes/SampleEN.tex90
1 files changed, 90 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/minutes/SampleEN.tex b/Master/texmf-dist/doc/latex/minutes/SampleEN.tex
new file mode 100644
index 00000000000..112557c05f3
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/minutes/SampleEN.tex
@@ -0,0 +1,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'.