summary refs log tree commit diff stats
path: root/satzung.tex
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 18:06:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-06-17 18:06:14 +0200
commitcee10c9add082fba581b79a2dd3246cc83486c3d (patch)
tree873b42ba56b8ae6a12b8f62e9ebccf774143dabc /satzung.tex
parentfeat(flake): Switch to the newest version of `lpm` (diff)
downloadsatzung-cee10c9add082fba581b79a2dd3246cc83486c3d.tar.gz
satzung-cee10c9add082fba581b79a2dd3246cc83486c3d.zip
chore(main.tex): Rename to `satzung.tex`
Diffstat (limited to 'satzung.tex')
-rw-r--r--satzung.tex61
1 files changed, 61 insertions, 0 deletions
diff --git a/satzung.tex b/satzung.tex
new file mode 100644
index 0000000..434cbcb
--- /dev/null
+++ b/satzung.tex
@@ -0,0 +1,61 @@
+% LTeX: language=de-DE
+
+\input{headers/preamble.tex}
+\input{headers/preamble_local.tex}
+
+\title{Satzung}
+\author{%VEREINSNAHME% \\
+\href{mailto:%VEREINSEMAIL%}{%VEREINSEMAIL%}\\[1cm]}
+\date{\DTMToday}
+
+% For the copyright section
+\years{2024}
+\authors{%VEREINSNAHME%}
+
+\makeatletter
+\hypersetup{
+  pdftitle={\@title},
+  pdfsubject={},
+  pdfauthor={\@authors},
+  pdfkeywords={TODO},
+  colorlinks,
+  linkcolor={black},
+  citecolor={black},
+  urlcolor={blue!80!black}
+}
+\makeatother
+
+
+% \includeonly{content/04_name_und_sitz_des_vereins_geschäftsjahr/chapter.tex}
+
+\begin{document}
+\input{content/static/title}
+
+\include{content/01_vorwort/chapter.tex}
+
+\setcounter{section}{0}
+\renewcommand{\thesection}{§ \arabic{section}}
+\include{content/02_name_und_sitz_des_vereins_geschäftsjahr/chapter.tex}
+\include{content/03_ziele_und_tätigkeiten_des_vereins/chapter.tex}
+\include{content/04_erwerb_der_mitgliedschaft/chapter.tex}
+\include{content/05_beendigung_der_mitgliedschaft/chapter.tex}
+\include{content/06_rechte_und_pflichten_der_mitglieder/chapter.tex}
+\include{content/07_aufnahmegebühr_und_mitgliedsbeiträge/chapter.tex}
+\include{content/08_organe_des_vereins/chapter.tex}
+\include{content/09_administration/chapter.tex}
+\include{content/10_aufgaben_der_administration/chapter.tex}
+\include{content/11_bestellung_der_administration/chapter.tex}
+\include{content/12_beratung_und_beschlussfassung_der_administration/chapter.tex}
+\include{content/13_aufgaben_der_mitgliederversammlung/chapter.tex}
+\include{content/14_einberufung_der_mitgliederversammlung/chapter.tex}
+\include{content/15_beschlussfassung_der_mitgliederversammlung/chapter.tex}
+\include{content/16_nachhaltigkeit_idealismus/chapter.tex}
+\include{content/17_minderheitenschutz/chapter.tex}
+\include{content/18_auflösung_des_vereins_beendigung_aus_anderen_gründen_wegfall_steuerbegünstigter_zwecke/chapter.tex}
+% NEXT_CHAPTER
+
+\clearpage{}
+\todototoc
+\listoftodos
+\printbibliography\relax
+\end{document}