From cc17bc9fc67cdfc63b8b8dc42ae734f1c7b24d5e Mon Sep 17 00:00:00 2001 From: Michael Grinberg <michael.grinberg@iosb.fraunhofer.de> Date: Tue, 14 Aug 2018 20:48:17 +0200 Subject: [PATCH] =?UTF-8?q?Anpassungen,=20um=20Teile=20der=20Anleitung=20v?= =?UTF-8?q?on=20Philipp=20Woock=20nutzen=20zu=20k=C3=B6nnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- preambel/Header.tex | 2 + preambel/Math.tex | 16 ++++++- preambel/MyPackages.tex | 5 +++ preambel/SpecialSymbols.tex | 9 ++++ preambel/TableCommands.tex | 61 ++++++++++++++++++-------- preambel/Translations.tex | 52 ++++++++++++---------- preambel/preambel.tex | 73 +++++++++++++++++++++---------- tables/LongTableExample.tex | 86 ++++++++++++++++++------------------- 8 files changed, 198 insertions(+), 106 deletions(-) diff --git a/preambel/Header.tex b/preambel/Header.tex index 5032de4..2ca3283 100644 --- a/preambel/Header.tex +++ b/preambel/Header.tex @@ -121,6 +121,8 @@ % Ãœbersetzungen verschiedener Ãœberschriften etc. \input{preambel/Translations} +\input{preambel/TableCommands} + %%%% Neue Befehle / Makros \input{preambel/Newcommands} diff --git a/preambel/Math.tex b/preambel/Math.tex index 39be4b2..3f6a538 100644 --- a/preambel/Math.tex +++ b/preambel/Math.tex @@ -76,13 +76,27 @@ %%PW: Für Beispiele, Sätze, Lemmata: ntheorem +\usepackage{amsthm} %%PW: amsthm gibt es auch noch, ist aber älter % Muss nach mathtools geladen werden! -\usepackage{ntheorem} +%\usepackage{ntheorem} +%\usepackage[standard]{ntheorem} %funktioniert nicht, da mit der Option "Standard" asmsymb eingebunden wird, das Probleme ergibt %\usepackage[thmmarks,standard,hyperref]{ntheorem} %\usepackage[amsmath,thmmarks,standard,hyperref]{ntheorem} %hyperref-Option macht Probleme %im Minimaltest aber nicht %\usepackage{thmtools} %Fuer \listoftheorems %Nicht in MikTeX 2.8 %Wird nicht benutzt %\usepackage{theoremref} %Für bessere Referenzierung +\newtheorem{theorem}{\protect\theoremname}[chapter] +\newtheorem{definition}[theorem]{\protect\definitionname} +\newtheorem{proposition}[theorem]{\protect\propositionname} +\newtheorem{lemma}[theorem]{\protect\lemmaname} +\newtheorem{example}{\protect\examplename} +%\newtheorem{proof}{\protect\proofname} +\newtheorem{cor}{\protect\corollaryname} + +%% Changing the qed symbol from white square to something else: +%\renewcommand\qedsymbol{QED}% just "QED" +%\renewcommand\qedsymbol{$\blacksquare$}% black square, needs amssymb package! + %\fi diff --git a/preambel/MyPackages.tex b/preambel/MyPackages.tex index 94d49f8..616f72c 100644 --- a/preambel/MyPackages.tex +++ b/preambel/MyPackages.tex @@ -17,6 +17,9 @@ %for compact lists \usepackage{mdwlist} +% Für verzierte Ãœberschriften +\usepackage{lettrine} + %% Einstellungen für die Aufzählungen %% Kein Abstand zwischen den Item-Einträgen %\setlist{noitemsep} @@ -58,6 +61,8 @@ \usepackage{tikz} \usetikzlibrary{calc,arrows,positioning,shadows,backgrounds,chains,topaths,matrix,scopes,decorations,decorations.pathmorphing,decorations.markings,fadings,shapes.geometric,shapes.multipart,shapes.misc,through,automata,fit,external} +\usepackage{tikz-3dplot} + %Einschliessen von Matlab-Grafiken: \usepackage{pgfplots} diff --git a/preambel/SpecialSymbols.tex b/preambel/SpecialSymbols.tex index ec34982..0b0f8f0 100644 --- a/preambel/SpecialSymbols.tex +++ b/preambel/SpecialSymbols.tex @@ -5,6 +5,10 @@ \newcommand{\Cdot}{\ensuremath{\mathord{\,\cdot\,}}} \newcommand{\Tr}{\ensuremath{\mathsf{T}}} \newcommand{\const}{\ensuremath{\mathord{\mathrm{const}}}} + +\newcommand{\SkalProd}[2]{\langle #1,#2 \rangle} +\newcommand{\SkalProdD}[2]{\left\langle #1,#2 \right\rangle} + \DeclareMathOperator{\supp}{supp} \DeclareMathOperator{\rect}{rect} \DeclareMathOperator{\ld}{ld} @@ -55,6 +59,11 @@ % %% Matrizen und Vektoren %------------------------------------------------------------------------------- +\newcommand{\Vektor}[1]{\symbf{#1}} +\newcommand{\Matrix}[1]{\symbf{#1}} +\newcommand{\Vek}[1]{\symbf{#1}} +\newcommand{\Mat}[1]{\symbf{#1}} + %Rotation matrix \newcommand{\RotMat}{\symbf{R}} %Translation vector diff --git a/preambel/TableCommands.tex b/preambel/TableCommands.tex index def7d29..a41697b 100644 --- a/preambel/TableCommands.tex +++ b/preambel/TableCommands.tex @@ -23,15 +23,34 @@ % (z.B.) \raggedright geschuetzt werden: \newcommand{\PreserveBackslash}[1]{\let\temp=\\#1\let\\=\temp} +% Vorgabe vom KIT-Verlag: keine Worttrennung in einer Tabelle, daher \raggedright statt \RaggedRight +%\renewcommand\multirowsetup{\RaggedRight} +\renewcommand\multirowsetup{\raggedRight} % Spalten mit Flattersatz und definierte Breite: % m{} -> mittig % p{} -> oben % b{} -> unten % -% Linksbuendig: +%\newcolumntype{L}[1]{>{\hsize=#1\hsize\RaggedRight\arraybackslash}X}% +%\newcolumntype{R}[1]{>{\hsize=#1\hsize\RaggedLeft\arraybackslash}X}% +%\newcolumntype{C}[1]{>{\hsize=#1\hsize\Centering\arraybackslash}X}% +% +% Vorgabe vom KIT-Verlag: keine Worttrennung in einer Tabelle, daher \raggedright statt \RaggedRight etc. +\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % linksbündig mit Breitenangabe +\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % zentriert mit Breitenangabe +\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % rechtsbündig mit Breitenangabe +% +\newcolumntype{M}{>{\begin{minipage}[t]{2cm}\raggedright}c<{\end{minipage}}} +% +\newcolumntype{G}[1]{>{\RaggedLeft\arraybackslash}p{#1}} +\newcolumntype{U}[1]{>{\RaggedRight\arraybackslash}p{#1}} +%\newcolumntype{C}[1]{>{\Centering\arraybackslash}p{#1}} + \newcolumntype{v}[1]{>{\PreserveBackslash\RaggedRight\hspace{0pt}}p{#1}} -\newcolumntype{M}[1]{>{\PreserveBackslash\RaggedRight\hspace{0pt}}m{#1}} +\newcolumntype{Y}{>{\PreserveBackslash\RaggedLeft\hspace{0pt}}X} +% Tabellenspaltentyp fuer den Kopf: (Farbe + Ausrichtung) +\newcolumntype{H}[1]{>{\columncolor{tableheadcolor}}l} % % Rechtsbuendig : % \newcolumntype{R}[1]{>{\PreserveBackslash\RaggedLeft\hspace{0pt}}m{#1}} % \newcolumntype{S}[1]{>{\PreserveBackslash\RaggedLeft\hspace{0pt}}p{#1}} @@ -39,17 +58,9 @@ % \newcolumntype{Z}[1]{>{\PreserveBackslash\Centering\hspace{0pt}}m{#1}} % \newcolumntype{A}[1]{>{\PreserveBackslash\Centering\hspace{0pt}}p{#1}} -\newcolumntype{Y}{>{\PreserveBackslash\RaggedLeft\hspace{0pt}}X} %%% Spalten fuer Mathematik -% % serifenlose Matheschrift -\newcolumntype{s}[1]{% - >{\DC@{.}{,}{#1}\mathsf\bgroup}l% - <{\egroup\DV@end}% -} - -% Tabellenspaltentyp fuer den Kopf: (Farbe + Ausrichtung) -\newcolumntype{H}[1]{>{\columncolor{tableheadcolor}}l} +\newcolumntype{s}[1]{>{\DC@{.}{,}{#1}\mathsf\bgroup}l<{\egroup\DV@end}} % aequivalent aus typokurz (fett+grau+links) % \newcolumntype{H}{>{\fontseries{b}\selectfont% @@ -69,6 +80,22 @@ \removeindentation } \makeatother + + +%% Aufzählungen in einer Tabelle +\newenvironment{tabitemize}{% +\begin{list}{\textbullet}{% +\setlength\topsep{0pt}% +\setlength\parsep{0pt}% +\setlength\itemsep{0pt}% +\setlength\leftmargin{0em}% +\setlength\leftmargin{1em}% +\setlength\labelwidth{0.5em}% +\setlength\labelsep{0.5em}% +} +}{% +\end{list} +} %%% -------------------------------------------- %%% ---|Layout der Tabellen |------------------- @@ -108,12 +135,12 @@ } % Tabellenkopf: Serifenlos+fett+schraeg+Schriftfarbe -\newcommand\tablehead{% - \tableheadfontsize% - \sffamily\bfseries% - %\slshape - %\color{white} -} +%\newcommand\tablehead{% + %\tableheadfontsize% + %\sffamily\bfseries% + %%\slshape + %%\color{white} +%} \newcommand\tablesubheadfont{% \tableheadfontsize% diff --git a/preambel/Translations.tex b/preambel/Translations.tex index 4e59f83..7a88742 100644 --- a/preambel/Translations.tex +++ b/preambel/Translations.tex @@ -53,28 +53,36 @@ } -\newtheorem{theorem}{Satz}[chapter] -\newtheorem{definition}[theorem]{Definition} -\newtheorem{lemma}[theorem]{Lemma} -\newtheorem{corollary}[theorem]{Corollary} -\newtheorem{proposition}[theorem]{Proposition} +\newcommand{\theoremname}{} % initialization +\newcommand{\examplename}{} % initialization +%\newcommand{\proofname}{} % initialization +\newcommand{\definitionname}{} % initialization +\newcommand{\lemmaname}{} % initialization +\newcommand{\corollaryname}{} % initialization +\newcommand{\propositionname}{} % initialization -\crefname{chapter}{Kapitel}{Kapitel} -\crefname{section}{Abschnitt}{Abschnitte} -\crefname{subsection}{Abschnitt}{Abschnitte} -\crefname{figure}{Abbildung}{Abbildungen} -\crefname{table}{Tabelle}{Tabellen} -\crefname{appendix}{Anhang}{Anhänge} +\addto\captionsenglish{% + \renewcommand{\theoremname}{Theorem}% + \renewcommand{\examplename}{Example}% + %\renewcommand{\proofname}{Proof}% + \renewcommand{\definitionname}{Definition}% + \renewcommand{\lemmaname}{Lemma}% + \renewcommand{\corollaryname}{Corollary}% + \renewcommand{\propositionname}{Proposition}% +} +\addto\captionsngerman{% + \renewcommand{\theoremname}{Satz}% + \renewcommand{\examplename}{Beispiel}% + %\renewcommand{\proofname}{Beweis}% + \renewcommand{\definitionname}{Definition}% + \renewcommand{\lemmaname}{Lemma}% + \renewcommand{\corollaryname}{Korollar}% + \renewcommand{\propositionname}{Proposition}% +} -\crefname{theorem}{Satz}{Sätze} -\crefname{definition}{Definition}{Definitionen} -\crefname{lemma}{Lemma}{Lemmata} -\crefname{corollary}{Korollar}{Korollare} -\crefname{proposition}{Proposition}{Propositionen} +%\newtheorem{theorem}{Satz}[chapter] +%\newtheorem{definition}[theorem]{Definition} +%\newtheorem{lemma}[theorem]{Lemma} +%\newtheorem{corollary}[theorem]{Corollary} +%\newtheorem{proposition}[theorem]{Proposition} -\newcommand{\crefpairconjunction}{ und } -\newcommand{\crefmiddleconjunction}{, } -\newcommand{\creflastconjunction}{ und } -\newcommand{\crefpairgroupconjunction}{ sowie } -\newcommand{\crefmiddlegroupconjunction}{, } -\newcommand{\creflastgroupconjunction}{ sowie } diff --git a/preambel/preambel.tex b/preambel/preambel.tex index cc50ab2..9847cec 100644 --- a/preambel/preambel.tex +++ b/preambel/preambel.tex @@ -259,24 +259,10 @@ % -> nach hyperref laden \LoadPackageLater{ltxtable} - %%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/supertabular/supertabular.pdf %\usepackage{supertabular} -%\newcolumntype{L}[1]{>{\hsize=#1\hsize\RaggedRight\arraybackslash}X}% -%\newcolumntype{R}[1]{>{\hsize=#1\hsize\RaggedLeft\arraybackslash}X}% -%\newcolumntype{C}[1]{>{\hsize=#1\hsize\Centering\arraybackslash}X}% -%Aus ABUL-Handbuch bzw. KIT-Vorlage: -\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % linksbündig mit Breitenangabe -\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % zentriert mit Breitenangabe -\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % rechtsbündig mit Breitenangabe - -% Vorgabe vom KIT-Verlag: keine Worttrennung in einer Tabelle, daher \raggedright statt \RaggedRight -%\renewcommand\multirowsetup{\RaggedRight} -\renewcommand\multirowsetup{\raggedRight} -%% Für rotierte Tabellen -\usepackage{rotating} % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % text related packages @@ -396,7 +382,7 @@ verbose, %\usepackage{declist} -%\usepackage{blindtext} %PW: Lorem ipsum deutsch. +\usepackage{blindtext} %PW: Lorem ipsum deutsch. % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ % Pakete zum Zitieren @@ -424,7 +410,8 @@ verbose, %\defineshorthand{"´}{\guilsinglright} %\defineshorthand{"*}{\guilsinglleft} - +%% Für rotierte Tabellen +\usepackage{rotating} % ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -456,9 +443,9 @@ verbose, %%% Bilder von Text Umfliessen lassen : (empfehle wrapfig) % %%% Doc: ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty -%\usepackage{wrapfig} % defines wrapfigure and wrapfloat -%\setlength{\wrapoverhang}{\marginparwidth} % aeerlapp des Bildes ... -%\addtolength{\wrapoverhang}{\marginparsep} % ... in den margin +\usepackage{wrapfig} % defines wrapfigure and wrapfloat +\setlength{\wrapoverhang}{\marginparwidth} % aeerlapp des Bildes ... +\addtolength{\wrapoverhang}{\marginparsep} % ... in den margin %%% Doc: Documentation inside dtx Package %\usepackage{floatflt} % LaTeX2e Paket von 1996 @@ -548,8 +535,7 @@ verbose, \sidecaptionvpos{table}{c} \sidecaptionvpos{figure}{c} -%%%PW: -%\usepackage{rotating} + %%PW: TikZ @@ -563,7 +549,7 @@ verbose, %\makeatother -%\usepackage{overpic} +\usepackage{overpic} %% Diagramme mit LaTeX =================================================== % @@ -1926,15 +1912,56 @@ afterskip=\myparagraphafterskip% \usepackage{cleveref} +\ifthenelse{\boolean{iesenglishs}}{% + \crefname{chapter}{Kapitel}{Kapitel} + \crefname{section}{Abschnitt}{Abschnitte} + \crefname{subsection}{Abschnitt}{Abschnitte} + \crefname{figure}{Abbildung}{Abbildungen} + \crefname{table}{Tabelle}{Tabellen} + \crefname{appendix}{Anhang}{Anhänge} + + \crefname{theorem}{Satz}{Sätze} + \crefname{definition}{Definition}{Definitionen} + \crefname{lemma}{Lemma}{Lemmata} + \crefname{corollary}{Korollar}{Korollare} + \crefname{proposition}{Proposition}{Propositionen} + + \newcommand{\crefpairconjunction}{ und } + \newcommand{\crefmiddleconjunction}{, } + \newcommand{\creflastconjunction}{ und } + \newcommand{\crefpairgroupconjunction}{ sowie } + \newcommand{\crefmiddlegroupconjunction}{, } + \newcommand{\creflastgroupconjunction}{ sowie } +}{% + \crefname{chapter}{Chapter}{Chapters} + \crefname{section}{Section}{Sections} + \crefname{subsection}{Section}{Sections} + \crefname{figure}{Figure}{Figures} + \crefname{table}{Table}{Tables} + \crefname{appendix}{Appendix}{Appendixes} + + \crefname{theorem}{Theorem}{Theorems} + \crefname{definition}{Definition}{Definitions} + \crefname{lemma}{Lemma}{Lemmata} + \crefname{corollary}{Korollar}{Korollars} + \crefname{proposition}{Proposition}{Propositions} + + \newcommand{\crefpairconjunction}{ and } + \newcommand{\crefmiddleconjunction}{, } + \newcommand{\creflastconjunction}{ and } + \newcommand{\crefpairgroupconjunction}{ as well as } + \newcommand{\crefmiddlegroupconjunction}{, } + \newcommand{\creflastgroupconjunction}{ as well as } +} %% PW: ein paar Klimmzüge wegen der Raute statt Gleichheitszeichen für ps2pdf unter Windows. \ifwindows \ifxetex %XeLaTeX unter Windows: hier passiert nichts +%\usepackage[cleanup={},mode=nonstop]{pstool} \else %pdfLaTeX unter Windows: -%\usepackage[cleanup={},mode=nonstop]{pstool} \usepackage{pstool} \begingroup \makeatletter diff --git a/tables/LongTableExample.tex b/tables/LongTableExample.tex index 65254e7..eb17350 100644 --- a/tables/LongTableExample.tex +++ b/tables/LongTableExample.tex @@ -1,44 +1,44 @@ -\begin{longtable}{l*{5}{Y}} -\caption{Longtable Tabelle über einen Seitenumbruch hinaus mit tabularx Spalten. Da ist die Tabellenüberschrift sinnvollerweise auch über der Tabelle.} \\ - \tableheadcolor - \tablehead Tabellenkopf & - \tablehead Tabellenkopf & - \tablehead Tabellenkopf & - \tablehead Tabellenkopf & - \tablehead Tabellenkopf & - \tablehead Tabellenkopf \tabularnewline -\endfirsthead - \hline - \multicolumn{6}{r}{\emph{weiter auf der nächsten Seite}} -\endfoot - \hline -\endlastfoot -\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 9 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 0 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 9 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 0 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline -\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\begin{longtable}{l*{5}{Y}} +\caption{Longtable Tabelle über einen Seitenumbruch hinaus mit tabularx Spalten. Da ist die Tabellenüberschrift sinnvollerweise auch über der Tabelle.} \\ + \tableheadcolor + \tablehead Tabellenkopf & + \tablehead Tabellenkopf & + \tablehead Tabellenkopf & + \tablehead Tabellenkopf & + \tablehead Tabellenkopf & + \tablehead Tabellenkopf \tabularnewline +\endfirsthead + \hline + \multicolumn{6}{r}{\emph{weiter auf der nächsten Seite}} +\endfoot + \hline +\endlastfoot +\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 9 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 0 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 9 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 0 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 1 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 2 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 3 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 4 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 5 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 6 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 7 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline +\itshape Beschreibung & 8 Inhalt & Inhalt & Inhalt & Inhalt & Inhalt \tabularnewline \end{longtable} \ No newline at end of file -- GitLab