Remove handbook of truth, that never actually existed

Signed-off-by: Waschtl <tyrolyean@escpe.net>
This commit is contained in:
Waschtl 2024-01-31 10:19:09 +01:00
parent 6c3ac32cfa
commit 8bc06134c4
3 changed files with 0 additions and 136 deletions

View File

@ -1,2 +0,0 @@
\chapter{Infrastructure}
\label{cha:infrastructure}

View File

@ -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}

View File

@ -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}