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

LaTeX-Package: Markup für Fragen und Antworten, Randnotizen deutlicher voneinander trennbar

parent a9a44937
No related branches found
No related tags found
No related merge requests found
...@@ -59,33 +59,36 @@ ...@@ -59,33 +59,36 @@
%% votes %% votes
%% Parameters: text, pros, contras, abstentions %% Parameters: text, pros, contras, abstentions
\newcommand{\vote}[4]{% \newcommand{\vote}[4]{%
\marginpar{\footnotesize #1:\\#2~pro, #3~contra, #4~neutral}% \marginpar{\footnotesize \textbf{Abstimmung:} #1:\\#2~pro, #3~contra, #4~neutral}%
} }
%% consensus without explicit vote %% consensus without explicit vote
%% Parameters: text %% Parameters: text
\newcommand{\consensus}[1]{% \newcommand{\consensus}[1]{%
\marginpar{\footnotesize #1}% \marginpar{\footnotesize \textbf{Konsens:} #1}%
} }
%% no vote at all, disagreement %% no vote at all, disagreement
%% Parameters: text %% Parameters: text
\newcommand{\novote}{% \newcommand{\novote}{%
\marginpar{\footnotesize Kein Beschluss}% \marginpar{\footnotesize \textbf{Kein Beschluss}}%
} }
%% postponed agenda items %% postponed agenda items
%% Parameters: text %% Parameters: text
\newcommand{\postponed}{% \newcommand{\postponed}{%
\marginpar{\footnotesize vertagt}% \marginpar{\footnotesize \textbf{vertagt}}%
} }
%% withdrawn agenda items %% withdrawn agenda items
%% Parameters: text %% Parameters: text
\newcommand{\withdrawn}{% \newcommand{\withdrawn}{%
\marginpar{\footnotesize TOP zurückgezogen}% \marginpar{\footnotesize \textbf{TOP zurückgezogen}}%
} }
%% elected persons %% elected persons
%% Parameters: appointment, name, votes, max. possible votes %% Parameters: appointment, name, votes, max. possible votes
\newcommand{\elected}[4]{% \newcommand{\elected}[4]{%
\marginpar{\footnotesize #1: #2 (#3/#4)} \marginpar{\footnotesize \textbf{#1: #2 (#3/#4)}}
} }
%% questions and answers
\newcommand{\question}[1]{\textbf{Frage:} #1 \\}
\newcommand{\answer}[1]{\textbf{Antwort:} #1}
\RequirePackage{fancyhdr} \RequirePackage{fancyhdr}
\RequirePackage{lastpage} \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