summary refs log tree commit diff stats
path: root/satzung.tex
blob: 3574062332ec8b879da88abccadbfb526822a411 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
% LTeX: language=de-DE
\documentclass{article}

\input{headers/preamble.tex}
\input{headers/preamble_local.tex}

\title{Satzung}
\author{\Verein}

\date{\DTMToday}

% For the copyright section
\years{2024}
\authors{\Verein}

\makeatletter
\hypersetup{
  pdftitle={\@title},
  pdfsubject={},
  pdfauthor={\@authors},
  pdfkeywords={TODO},
  colorlinks,
  linkcolor={black},
  citecolor={black},
  urlcolor={blue!80!black}
}
\makeatother


\begin{document}
\input{content/static/title}

\input{content/01_vorwort/chapter.tex}

\input{content/02_name_und_sitz_des_vereins_geschaeftsjahr/chapter.tex}
\input{content/03_ziele_und_taetigkeiten_des_vereins/chapter.tex}
\input{content/04_erwerb_der_mitgliedschaft/chapter.tex}
\input{content/05_beendigung_der_mitgliedschaft/chapter.tex}
\input{content/06_rechte_und_pflichten_der_mitglieder/chapter.tex}
\input{content/07_aufnahmegebuehr_und_mitgliedsbeitraege/chapter.tex}
\input{content/080_organe_des_vereins/chapter.tex}
\input{content/081_observierendes_und_prufendes_forum/chapter.tex}
\input{content/082_aufgaben_des_opf/chapter.tex}
\input{content/083_bestellung_des_opf/chapter.tex}
\input{content/09_administration/chapter.tex}
\input{content/10_aufgaben_der_administration/chapter.tex}
\input{content/11_bestellung_der_administration/chapter.tex}
\input{content/12_beratung_und_beschlussfassung_der_administration/chapter.tex}
\input{content/130_vorstand/chapter.tex}
\input{content/131_bestellung_des_vorstand/chapter.tex}
\input{content/14_aufgaben_der_mitgliederversammlung/chapter.tex}
\input{content/15_beschlussfassung_der_mitgliederversammlung/chapter.tex}
\input{content/16_einberufung_der_mitgliederversammlung/chapter.tex}
\input{content/17_nachhaltigkeit_idealismus/chapter.tex}
\input{content/18_minderheitenschutz/chapter.tex}
\input{content/19_aufloesung_des_vereins_beendigung_aus_anderen_gruenden_wegfall_steuerbeguenstigter_zwecke/chapter.tex}
    % NEXT_CHAPTER

\clearpage{}
\todototoc
\listoftodos
\printbibliography\relax
\end{document}