From e1667bce06647014aa77f1e2e06308c43f31b0ad Mon Sep 17 00:00:00 2001 From: Fabian Goebel Date: Sun, 8 May 2016 21:59:42 +0200 Subject: [PATCH] initial commit --- .gitignore | 16 ++++++++++++++++ satzung.tex | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 .gitignore create mode 100644 satzung.tex diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19026e3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*.aux +*.log +*.out +/*.pdf +*.toc +*.tps +*.bbl +*.blg +*.lof +*.lot +*-blx.bib +*.db +*.xml +*.bcf +*.bib.bak +*.synctex \ No newline at end of file diff --git a/satzung.tex b/satzung.tex new file mode 100644 index 0000000..8d27a77 --- /dev/null +++ b/satzung.tex @@ -0,0 +1,38 @@ +\documentclass[parskip=half]{scrreprt} + +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[ngerman]{babel} +\usepackage{lmodern} +\usepackage[juratotoc]{scrjura} +\usepackage[margin=2cm]{geometry} + +\makeatletter +\renewcommand*{\parformat}{% + \global\hangindent 2em + \makebox[2em][l]{(\thepar)\hfill}\hspace{-0,3cm} +} +\makeatother + + +\begin{document} + +\addchap{Satzung des Chaostreff Dortmund e.V.} + +\begin{contract} + +\Clause{title={Tätigkeit}} +Satz 1 + +Satz 2 + + +\Clause{title={Paragraph 2}} + Satz 1 + + Satz2? + +\end{contract} + +%Blafoo +\end{document} \ No newline at end of file