Schuh v1 finished

This commit is contained in:
Andreas Mieke 2018-03-17 12:37:03 +01:00
parent bf0f559e45
commit 61181e4598
78 changed files with 846 additions and 32 deletions

View file

@ -32,6 +32,7 @@
\RequirePackage[edges]{forest}
\RequirePackage{subfig}
\RequirePackage{SIunits}
\RequirePackage{longtable}
%\RequirePackage[
% inner=2cm,
@ -139,6 +140,18 @@
\end{table}
}
% \ltab{ref}{descshort}{desclong}{constructor}{content}
\newcommand*{\ltab}[5]{
{
\centering
\begin{longtable}[htb]{#4}
#5
\caption[#2]{#3}
\label{tab:#1}
\end{longtable}
}
}
% \tab{ref}{descshort}{desclong}{constructor}{content}
\newcommand*{\tab}[5]{
\begin{table}[htb]