Merge branch 'grundlagen'

This commit is contained in:
DarthJenow
2022-04-12 00:29:41 +02:00
23 changed files with 3424 additions and 43 deletions

View File

@@ -41,8 +41,7 @@
\usepackage{pgfplotstable}
\usepackage[acronym,toc]{glossaries}
\setacronymstyle{long-sc-short}
\usepackage[acronym,toc,nopostdot,numberedsection={nolabel}]{glossaries}
\makeglossaries
\usepackage[justification=justified]{caption}
@@ -60,6 +59,11 @@
% \newcommand{\subtitle}[1]{\posttitle{\par\end{center}\begin{center}\large#1\end{center}\vskip0.5em}} %enables subtitle
\newcommand{\rarrow}{$\rightarrow$ }
\newcommand{\larrow}{$\leftarrow$ }
\newcommand{\Rarrow}{$\Rightarrow$ }
\newcommand{\Larrow}{$\Leftarrow$ }
\widowpenalty
\clubpenalty
@@ -71,17 +75,34 @@
\date{Stand \vhCurrentDate}
\publishers{installiert von Jonas Borho \& Simon Ziegler}
\newcommand{\rarrow}{$\rightarrow$ }
\newcommand{\larrow}{$\leftarrow$ }
\newcommand{\Rarrow}{$\Rightarrow$ }
\newcommand{\Larrow}{$\Leftarrow$ }
% header and footer
\usepackage[
automark,
headsepline=.4pt,
plainheadsepline,
footsepline=.4pt,
plainfootsepline
]{scrlayer-scrpage}
\clearpairofpagestyles %\clearscrheadfoot veraltet
% \renewcommand*{\chaptermarkformat}{\thechapter\autodot\enskip}
\chead*{\headmark}
\lofoot*{Version \vhCurrentVersion}
\refoot*{Version \vhCurrentVersion}
\rofoot*{\pagemark}
\lefoot*{\pagemark}
\setkomafont{pageheadfoot}{\normalfont}
\newcommand{\secref}[1]{\hyperref[#1]{\ref*{#1} \textit{\nameref*{#1}}}}
\newcommand{\tableref}[1]{\hyperref[#1]{Tabelle \ref*{#1} \textit{\nameref*{#1}}}}
\newcommand{\figref}[1]{\hyperref[#1]{Bild \ref*{#1} \textit{\nameref*{#1}}}}
% \let\origGls\Gls
% \renewcommand{\Gls}[1]{\rarrow\origGls{#1}}
\KOMAoptions{numbers=noendperiod}
\begin{document}
\input{Glossar}
@@ -92,6 +113,7 @@
\begin{versionhistory}
\vhEntry{0.1}{2022-03-24}{Simon Ziegler}{erster Entwurf}
\vhEntry{0.2}{2022-04-01}{Simon Ziegler}{Kapitel: Kabel, Abschnitt: Tontechnik}
\vhEntry{0.3}{2022-04-12}{Simon Ziegler}{Kapitel: Grundlagen - Videotechnik}
\end{versionhistory}
\tableofcontents
@@ -103,7 +125,10 @@
\input{YouTube}
\input{Atem Mini}
\input{Kameras}
\input{Grundlagen-Video}
\setglossarystyle{altlist}
\printglossary
\appendix
\input{Glossar}
\input{Abbildungen}
\end{document}