38 lines
592 B
TeX
38 lines
592 B
TeX
\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} |