Compare commits
4 commits
statuten-2
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
8bc06134c4 | ||
|
6c3ac32cfa | ||
36ee056237 | |||
8c75538594 |
6 changed files with 6 additions and 143 deletions
|
@ -1,6 +1,5 @@
|
|||
# Handbook of Truth
|
||||
# IT-Syndikat statuten
|
||||
|
||||
The recommended way of building this document depends on [latexrun](https://github.com/aclements/latexrun).
|
||||
Additionally you require a working LaTeX setup, which can be installed with:
|
||||
|
||||
sudo apt install texlive-full
|
||||
Here, thy shall find the statutes of the IT-Syndikat community, legally known as
|
||||
`IT-Syndikat -- Verein zur Förderung des freien Zugangs zu technischer Fort- und Weiterbildung jeglicher Art`
|
||||
with ZVR number `553029636`.
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
\chapter{Infrastructure}
|
||||
\label{cha:infrastructure}
|
|
@ -1,45 +0,0 @@
|
|||
\chapter{Introduction}
|
||||
\label{cha:introduction}
|
||||
|
||||
\section{Welcome}
|
||||
\label{sec:welcome}
|
||||
|
||||
% TODO
|
||||
\lipsum[1]
|
||||
|
||||
\section{Who we are}
|
||||
\label{sec:who_we_are}
|
||||
|
||||
% TODO
|
||||
\lipsum[2]
|
||||
|
||||
\section{Why we are}
|
||||
\label{sec:why_we_are}
|
||||
|
||||
% TODO
|
||||
\lipsum[2]
|
||||
|
||||
\section{Where we are}
|
||||
\label{sec:where_we_are}
|
||||
|
||||
\begin{multicols}{2}
|
||||
\faHome{} \textbf{Meatspace}\\
|
||||
Tschamlerstraße 3\\
|
||||
6020 Innsbruck\\
|
||||
Austria
|
||||
|
||||
\faGithub{} \textbf{GitHub}\\
|
||||
\href{https://github.com/it-syndikat}{IT-Syndikat}
|
||||
|
||||
\columnbreak
|
||||
|
||||
\faSlack{} \textbf{IRC}\\
|
||||
\href{https://freenode.net}{freenode.net}\\
|
||||
\#itsyndikat
|
||||
|
||||
\faBullhorn{} \textbf{Discourse}\\
|
||||
\href{https://meta.it-syndikat.org}{meta.it-syndikat.org}
|
||||
\end{multicols}
|
||||
|
||||
\faSearch{}
|
||||
\href{https://duckduckgo.com/?q=IT-Syndikat}{or search for IT-Syndikat}
|
|
@ -276,7 +276,7 @@ Der Generalversammlung sind folgende Aufgaben vorbehalten:
|
|||
Fällt der Vorstand ohne Ergänzung durch Kooptierung überhaupt oder auf unvorhersehbar lange Zeit aus, so ist jeder/jede Rechnungsprüfer/in verpflichtet, unverzüglich eine außerordentliche Generalversammlung zum Zweck der Neuwahl eines Vorstands einzuberufen.
|
||||
Sollten auch die Rechnungsprüfer/innen handlungsunfähig sein, hat jedes ordentliche Mitglied, das die Notsituation erkennt, unverzüglich die Bestellung eines/einer Kurators/Kuratorin beim zuständigen Gericht zu beantragen, der umgehend eine außerordentliche Generalversammlung einzuberufen hat.
|
||||
|
||||
\item Die Funktionsperiode des Vorstands beträgt ein Jahr.
|
||||
\item Die Funktionsperiode des Vorstands beginnt mit der Wahl des Vorstands in der Generalversammlung und endet durch Entlastung in der darauf folgenden GV.
|
||||
Wiederwahl ist möglich.
|
||||
Jede Funktion im Vorstand ist persönlich auszuüben.
|
||||
|
||||
|
|
89
handbook.tex
89
handbook.tex
|
@ -1,89 +0,0 @@
|
|||
\documentclass[a5paper,DIV=calc,parskip=half]{scrbook}
|
||||
\title{Handbook of Truth}
|
||||
\author{IT-Syndikat}
|
||||
\date{\today}
|
||||
|
||||
% Fixes
|
||||
\usepackage{scrhack}
|
||||
|
||||
% Title
|
||||
\usepackage{titling}
|
||||
\pretitle{\begin{center}\includegraphics{gfx/its_logo.pdf}\LARGE\\[5em]}
|
||||
\posttitle{\end{center}}
|
||||
|
||||
% Fonts
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{fontawesome}
|
||||
|
||||
% Unicode Support
|
||||
\usepackage[utf8]{inputenc}
|
||||
|
||||
% Language
|
||||
\usepackage[main=british,german]{babel}
|
||||
|
||||
% Text
|
||||
\usepackage{enumitem}
|
||||
\usepackage{microtype}
|
||||
\usepackage{multicol}
|
||||
\usepackage{seqsplit}
|
||||
|
||||
% Graphics
|
||||
\usepackage{graphicx}
|
||||
|
||||
% Color
|
||||
\usepackage[svgnames]{xcolor}
|
||||
\colorlet{linkcolor}{DarkBlue}
|
||||
|
||||
% Hyperlinks
|
||||
\usepackage[pdfusetitle]{hyperref}
|
||||
\hypersetup{
|
||||
colorlinks=true,
|
||||
linkcolor=linkcolor,
|
||||
citecolor=linkcolor,
|
||||
urlcolor=linkcolor
|
||||
}
|
||||
|
||||
% References
|
||||
\usepackage[capitalise,nameinlink,noabbrev]{cleveref}
|
||||
|
||||
% Source Code
|
||||
\usepackage{listings}
|
||||
\lstset{
|
||||
basicstyle=\footnotesize\ttfamily,
|
||||
breaklines=true,
|
||||
frame=tb,
|
||||
numberstyle=\tiny,
|
||||
showstringspaces=false,
|
||||
xleftmargin=2em
|
||||
}
|
||||
|
||||
% Document Specific Packages
|
||||
\usepackage{lipsum}
|
||||
|
||||
% Document Specific Macros
|
||||
\newcommand{\maintainer}[2]{%
|
||||
{\footnotesize%
|
||||
\textbf{Maintainer:} #1
|
||||
\href{mailto:#2}{\texttt{\seqsplit{<#2>}}}
|
||||
}%
|
||||
}
|
||||
|
||||
% Use a Sans font family by default
|
||||
\renewcommand*{\familydefault}{\sfdefault}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\frontmatter
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
\mainmatter
|
||||
\include{content/introduction}
|
||||
\include{content/infrastructure}
|
||||
|
||||
\appendix
|
||||
\include{content/statuten}
|
||||
|
||||
\backmatter
|
||||
|
||||
\end{document}
|
|
@ -53,7 +53,7 @@
|
|||
Daniel Plank, Obmann
|
||||
|
||||
\vspace{4em}
|
||||
Roland Obermayer, Schriftführer und
|
||||
Romedius Weiss, Schriftführer Stellvertreter und
|
||||
|
||||
\vspace{4em}
|
||||
Daniel Gröber, Kassier.
|
||||
|
|
Loading…
Reference in a new issue