104 lines
2.6 KiB
TeX
104 lines
2.6 KiB
TeX
\documentclass[11pt, fleqn]{scrreprt}
|
|
|
|
\usepackage[utf8]{inputenc} %support for german chars
|
|
\usepackage[ngerman]{babel} %support for german chars
|
|
\usepackage{icomma} %for german comma at decimal number
|
|
\usepackage{multicol} %enables text in multiple columns
|
|
% \usepackage{titling} %enables subtitle
|
|
\usepackage{microtype} %final document is better to read
|
|
%\usepackage[onehalfspacing]{setspace} %one-half line spacing
|
|
\usepackage{booktabs} %tools for better tables
|
|
\usepackage[thinlines]{easytable}
|
|
\usepackage[paper=a4paper,top=2cm, bottom=2.5cm, left=2cm, right=2cm]{geometry} %dimensions like word
|
|
\setlength{\parindent}{0pt}
|
|
|
|
\usepackage{pdflscape}
|
|
|
|
\usepackage{pgfplots} %plot functions etc
|
|
\usepackage{graphicx} %insert graphics
|
|
\usepackage{url} %make URLs more fancy
|
|
|
|
\usepackage[hidelinks]{hyperref}
|
|
|
|
\usepackage{pdfpages} % include pdf pages by \includepdf{}
|
|
|
|
\usepackage{amsmath} % better math-stuff
|
|
\usepackage{amssymb} % more math symbols
|
|
\usepackage{float}
|
|
|
|
\usepackage{vhistory}
|
|
|
|
\usepackage{csvsimple}
|
|
|
|
\usepackage{ulem}
|
|
\usepackage{cleveref}
|
|
|
|
\usepackage{csquotes}
|
|
|
|
\usepackage{pgfplotstable}
|
|
|
|
\usepackage[acronym,toc]{glossaries}
|
|
\makeglossaries
|
|
|
|
\usepackage[justification=justified]{caption}
|
|
\usepackage[justification=centering,singlelinecheck=false,labelsep=period]{caption}
|
|
\addto\captionsngerman{\renewcommand{\figurename}{Bild}}
|
|
|
|
\usepackage{siunitx}
|
|
\sisetup{
|
|
locale = DE,
|
|
inter-unit-product = \text{}
|
|
}
|
|
\DeclareSIUnit\bar{bar}
|
|
|
|
\pgfplotsset{compat=newest}
|
|
|
|
% \newcommand{\subtitle}[1]{\posttitle{\par\end{center}\begin{center}\large#1\end{center}\vskip0.5em}} %enables subtitle
|
|
|
|
\widowpenalty
|
|
\clubpenalty
|
|
|
|
% \titlehead{titlehead}
|
|
\subject{Dokumentation}
|
|
\title{Streaming-Setup in der Johanneskirche Bühl}
|
|
\subtitle{Version \vhCurrentVersion}
|
|
\author{\vhListAllAuthors}
|
|
\date{Stand \vhCurrentDate}
|
|
\publishers{installiert von Jonas Borho \& Simon Ziegler}
|
|
|
|
\newcommand{\rarrow}{$\rightarrow$ }
|
|
\newcommand{\larrow}{$\leftarrow$ }
|
|
\newcommand{\Rarrow}{$\Rightarrow$ }
|
|
\newcommand{\Larrow}{$\Leftarrow$ }
|
|
|
|
\newcommand{\tableref}[1]{Tabelle \ref{#1} \textit{\nameref{#1}}}
|
|
|
|
% \let\origGls\Gls
|
|
% \renewcommand{\Gls}[1]{\rarrow\origGls{#1}}
|
|
|
|
\KOMAoptions{numbers=noendperiod}
|
|
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\newpage
|
|
|
|
\begin{versionhistory}
|
|
\vhEntry{0.1}{2022-03-24}{Simon Ziegler}{erster Entwurf}
|
|
\vhEntry{0.2}{2022-04-01}{Simon Ziegler}{Kapitel: Kabel, Abschnitt: Tontechnik}
|
|
\end{versionhistory}
|
|
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
\input{Kabel}
|
|
\input{Streamdeck}
|
|
\input{Software}
|
|
\input{YouTube}
|
|
\input{Atem Mini}
|
|
\input{Kameras}
|
|
\input{Grundlagen-Video}
|
|
|
|
\input{Glossar}
|
|
\end{document} |