initial commit

This commit is contained in:
Fabian Goebel 2016-05-08 21:59:42 +02:00
commit e1667bce06
2 changed files with 54 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
*.aux
*.log
*.out
/*.pdf
*.toc
*.tps
*.bbl
*.blg
*.lof
*.lot
*-blx.bib
*.db
*.xml
*.bcf
*.bib.bak
*.synctex

38
satzung.tex Normal file
View File

@ -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}