initial commit
This commit is contained in:
commit
e1667bce06
|
@ -0,0 +1,16 @@
|
|||
*.aux
|
||||
*.log
|
||||
*.out
|
||||
/*.pdf
|
||||
*.toc
|
||||
*.tps
|
||||
*.bbl
|
||||
*.blg
|
||||
*.lof
|
||||
*.lot
|
||||
*-blx.bib
|
||||
*.db
|
||||
*.xml
|
||||
*.bcf
|
||||
*.bib.bak
|
||||
*.synctex
|
|
@ -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}
|
Loading…
Reference in New Issue