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

LaTeX-Package: \elected{} für gewählte Personen/Alternativen

parent db2a375d
No related branches found
No related tags found
No related merge requests found
......@@ -40,25 +40,35 @@
\makeatother
%% votes
%% Parameters: text, pros, contras, abstentions
\newcommand{\vote}[4]{%
\marginpar{\footnotesize #1:\\#2~pro, #3~con, #4~neutral}%
}
%% consensus without explicit vote
%% Parameters: text
\newcommand{\consensus}[1]{%
\marginpar{\footnotesize #1}%
}
%% no vote at all, disagreement
%% Parameters: text
\newcommand{\novote}{%
\marginpar{\footnotesize Kein Beschluss}%
}
%% postponed agenda items
%% Parameters: text
\newcommand{\postponed}{%
\marginpar{\footnotesize Beschluss vertagt}%
}
%% withdrawn agenda items
%% Parameters: text
\newcommand{\withdrawn}{%
\marginpar{\footnotesize TOP zurückgezogen}%
}
%% elected persons
%% Parameters: appointment, name, votes, max. possible votes
\newcommand{\elected}[4]{%
\marginpar{\footnotesize #1: #2 (#3/#4)}
}
\RequirePackage{fancyhdr}
\RequirePackage{lastpage}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment