commit e1667bce06647014aa77f1e2e06308c43f31b0ad Author: Fabian Goebel Date: Sun May 8 21:59:42 2016 +0200 initial commit 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