Compare commits
No commits in common. "8bc06134c43acd620951178be5c712d691b5f22e" and "36ee056237d74bbb2bd7977dbaedd514ad22e12d" have entirely different histories.
8bc06134c4
...
36ee056237
4 changed files with 141 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
||||||
# IT-Syndikat statuten
|
# Handbook of Truth
|
||||||
|
|
||||||
Here, thy shall find the statutes of the IT-Syndikat community, legally known as
|
The recommended way of building this document depends on [latexrun](https://github.com/aclements/latexrun).
|
||||||
`IT-Syndikat -- Verein zur Förderung des freien Zugangs zu technischer Fort- und Weiterbildung jeglicher Art`
|
Additionally you require a working LaTeX setup, which can be installed with:
|
||||||
with ZVR number `553029636`.
|
|
||||||
|
sudo apt install texlive-full
|
||||||
|
|
2
content/infrastructure.tex
Normal file
2
content/infrastructure.tex
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
\chapter{Infrastructure}
|
||||||
|
\label{cha:infrastructure}
|
45
content/introduction.tex
Normal file
45
content/introduction.tex
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
\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}
|
89
handbook.tex
Normal file
89
handbook.tex
Normal file
|
@ -0,0 +1,89 @@
|
||||||
|
\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}
|
Loading…
Reference in a new issue