From 7171a0356c9428a41921e7ebe6b19f14c03951d8 Mon Sep 17 00:00:00 2001
From: Roland Hieber <rohieb@rohieb.name>
Date: Fri, 11 Jan 2013 03:43:04 +0100
Subject: [PATCH] =?UTF-8?q?Seitenformatierung=20ins=20soweit=20m=C3=B6glic?=
 =?UTF-8?q?h=20im=20LaTeX-Package?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Mitgliederversammlung 2012-12-15.tex |  7 -------
 stratum0doc.sty                      | 10 +++++++++-
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/Mitgliederversammlung 2012-12-15.tex b/Mitgliederversammlung 2012-12-15.tex
index c215fa9..e69c333 100644
--- a/Mitgliederversammlung 2012-12-15.tex	
+++ b/Mitgliederversammlung 2012-12-15.tex	
@@ -10,16 +10,11 @@
 \usepackage{graphicx}
 \usepackage{savefnmark}
 
-%\setlength{\parindent}{0pt}
-\addtolength{\textwidth}{-13pt}
-\addtolength{\marginparwidth}{12pt}
-
 \title{2.~Mitgliederversammlung des Stratum~0~e.~V.}
 \date{15.~Dezember~2012}
 
 \begin{document}
 \maketitle
-\def\@sndsectionmark{TOP}
 \tableofcontents
 
 %%%%%%%%%%%
@@ -458,8 +453,6 @@ Das Protokoll der Mitgliederversammlung am 8. Januar 2012 wird genehmigt.
 %%%%%%%%%%%%%
 %% Anhänge %%
 %%%%%%%%%%%%%
-%\makeatletter\def\@sndsectionmark{Anhang }\makeatother
-%\setcounter{section}{-1}
 \appendix
 
 %%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/stratum0doc.sty b/stratum0doc.sty
index 48d133b..cab5ac1 100644
--- a/stratum0doc.sty
+++ b/stratum0doc.sty
@@ -47,10 +47,18 @@
 \setcounter{section}{-1} % Hacker fangen ab 0 an zu zählen.
 \makeatother
 
+% paragraph skips and indents
+\setlength{\parskip}{0.5em}
+\setlength{\parindent}{0em}
+
+% enlarge page margin, for following \vote etc. commands
+\addtolength{\textwidth}{-14pt}
+\addtolength{\marginparwidth}{13pt}
+
 %% votes
 %% Parameters: text, pros, contras, abstentions
 \newcommand{\vote}[4]{%
-  \marginpar{\footnotesize #1:\\#2~pro, #3~con, #4~neutral}%
+  \marginpar{\footnotesize #1:\\#2~pro, #3~contra, #4~neutral}%
 }
 %% consensus without explicit vote
 %% Parameters: text
-- 
GitLab