First draft of Beitragsordnung of hacc e.V.
This commit is contained in:
commit
a68ce72480
4 changed files with 48 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
hacc_eV_Beitragsordnung.pdf
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
To get a pdf file out of the mark down file use pandoc like:
|
||||
|
||||
pandoc -d beitragsordnung.yaml hacc_eV_Beitragsordnung.md -o hacc_eV_Beitragsordnung.pdf
|
||||
|
||||
You will need tex live with open sans fonts.
|
15
beitragsordnung.yaml
Normal file
15
beitragsordnung.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
variables:
|
||||
pagestyle: empty
|
||||
documentclass: article
|
||||
papersize: a4
|
||||
geometry:
|
||||
- top=25mm
|
||||
- bottom=25mm
|
||||
- left=25mm
|
||||
- right=25mm
|
||||
- heightrounded
|
||||
fontfamily: opensans
|
||||
fontfamilyoptions:
|
||||
- default
|
||||
fontsize: 10pt
|
||||
pagenumbering: gobble
|
27
hacc_eV_Beitragsordnung.md
Normal file
27
hacc_eV_Beitragsordnung.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# hackers against climate change e.V.
|
||||
|
||||
## Beitragsordnung
|
||||
Durch Beschluss des Plenums vom dd.mm.yyyy gilt folgende Beitragsordnung.
|
||||
|
||||
_Protokoll_
|
||||
[https://muc.hacc.earth/hacc_eV_Beitragsordnung_Protokoll.pdf](https://muc.hacc.earth/hacc_eV_Beitragsordnung_Protokoll.pdf)
|
||||
|
||||
### Einmalige Aufnahmegebühr
|
||||
0 €
|
||||
|
||||
### Regelmäßiger Mitgliedsbeitrag
|
||||
0 €
|
||||
|
||||
### Spenden
|
||||
Spenden sind immer gerne gesehen.
|
||||
|
||||
_Zuwendungsnachweis bis 300 €/a_
|
||||
[https://muc.hacc.earth/hacc_eV_Zuwendungsachweis.pdf](https://muc.hacc.earth/hacc_eV_Zuwendungsachweis.pdf)
|
||||
|
||||
_Kontodaten_
|
||||
Name: hackers against climate change e.V.
|
||||
Bank: GLS Bank
|
||||
IBAN: DE45 4306 0967 1200 4076 00
|
||||
BIC: GENODEM1GLS
|
||||
|
||||
Bei Beträgen die 300 €/Jahr übersteigen muss ein Zuwendungsnachweis erstellt werden.
|
Loading…
Reference in a new issue