Skip to content
Snippets Groups Projects
Commit f6996012 authored by rohieb's avatar rohieb
Browse files

s0minutes: add electionblock environment, \elected, \question, \answer

parent 9764a52a
Branches
Tags v1.0
No related merge requests found
......@@ -148,6 +148,20 @@ Es gibt keine weiteren Tagesordnungspunkte. Die Versammlung wird geschlossen.
\newcommand{\vote}[4]{#1 (#2/#3/#4)}
\newcommand{\consensus}[1]{#1 (Konsens)}
% Election results, to be used inside resolutions.
% Use \elected{...} inside this environment.
\newenvironment{electionblock}{%
\begin{description}
}{%
\end{description}
}
% Elects, to be used inside electionblock environment.
% 1. office being voted for
% 2. name of the elect
% 3. vote count or percentage (including units or percent sign)
\newcommand{\elected}[3]{\item #1: #2, #3}
% Break of a specified time (first parameter)
\newcommand{\meetingbreak}[1]{
\begin{center}
......@@ -155,5 +169,9 @@ Es gibt keine weiteren Tagesordnungspunkte. Die Versammlung wird geschlossen.
\end{center}
}
% Q&A: [optional: who is speaking]{text}
\newcommand{\question}[2][]{\textbf{Frage\ifthenelse{\isempty{#1}}{}{ (#1)}:\hspace{1ex}}#2 \\}
\newcommand{\answer}[2][]{\textbf{Antwort\ifthenelse{\isempty{#1}}{}{ (#1)}:\hspace{1ex}}#2}
\makeatother
% vim: set tw=100 noet sw=2 ts=2 sts=2:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment