From 702e6b3414b5e40caf49549826755e5e74686d5c Mon Sep 17 00:00:00 2001 From: Roland Hieber <rohieb@rohieb.name> Date: Sat, 23 Nov 2013 06:04:04 +0100 Subject: [PATCH] =?UTF-8?q?LaTeX-Package:=20Markup=20f=C3=BCr=20Fragen=20u?= =?UTF-8?q?nd=20Antworten,=20Randnotizen=20deutlicher=20voneinander=20tren?= =?UTF-8?q?nbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stratum0doc.sty | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/stratum0doc.sty b/stratum0doc.sty index bc2392c..06c21e0 100644 --- a/stratum0doc.sty +++ b/stratum0doc.sty @@ -59,33 +59,36 @@ %% votes %% Parameters: text, pros, contras, abstentions \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 %% Parameters: text \newcommand{\consensus}[1]{% - \marginpar{\footnotesize #1}% + \marginpar{\footnotesize \textbf{Konsens:} #1}% } %% no vote at all, disagreement %% Parameters: text \newcommand{\novote}{% - \marginpar{\footnotesize Kein Beschluss}% + \marginpar{\footnotesize \textbf{Kein Beschluss}}% } %% postponed agenda items %% Parameters: text \newcommand{\postponed}{% - \marginpar{\footnotesize vertagt}% + \marginpar{\footnotesize \textbf{vertagt}}% } %% withdrawn agenda items %% Parameters: text \newcommand{\withdrawn}{% - \marginpar{\footnotesize TOP zurückgezogen}% + \marginpar{\footnotesize \textbf{TOP zurückgezogen}}% } %% elected persons %% Parameters: appointment, name, votes, max. possible votes \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{lastpage} -- GitLab