From c11710c7357712e8a99ac770d8fb99938fc6b635 Mon Sep 17 00:00:00 2001
From: Roland Hieber <rohieb@rohieb.name>
Date: Thu, 27 Sep 2012 04:39:38 +0200
Subject: [PATCH] =?UTF-8?q?LaTeX-Package:=20neuer=20Befehl=20\consent{},?=
 =?UTF-8?q?=20um=20Konsens=20ohne=20Abstimmung=20auszudr=C3=BCcken?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 stratum0doc.sty | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/stratum0doc.sty b/stratum0doc.sty
index edd9d83..1bf4b33 100644
--- a/stratum0doc.sty
+++ b/stratum0doc.sty
@@ -36,6 +36,15 @@
 \setcounter{section}{-1} % Hacker fangen ab 0 an zu zählen.
 \makeatother
 
+%% votes
+\newcommand{\vote}[4]{%
+  \marginpar{\footnotesize #1:\\#2~pro, #3~con, #4~neutral}%
+}
+%% consents without vote
+\newcommand{\consent}[1]{%
+  \marginpar{\footnotesize #1}%
+}
+
 \RequirePackage{fancyhdr}
 \RequirePackage{lastpage}
 
-- 
GitLab