mirror of
https://github.com/EranMorkon/AMTS.git
synced 2023-12-28 16:48:38 +00:00
Schuh v1 finished
This commit is contained in:
parent
bf0f559e45
commit
61181e4598
78 changed files with 846 additions and 32 deletions
13
htlDT.sty
13
htlDT.sty
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue