diff options
author | Tobias Schramm <tobleminer@gmail.com> | 2018-01-12 22:39:01 +0100 |
---|---|---|
committer | Tobias Schramm <tobleminer@gmail.com> | 2018-01-12 22:39:01 +0100 |
commit | 2182dd8cbc228df1507012cb200f0d379880891f (patch) | |
tree | a82f707ce017b10418a99210334a4d0814e3a02a | |
parent | 463818682c2f66caf5f281e489f814c1dbd443e3 (diff) |
Add footnote for devices without windload spec in datasheet
-rw-r--r-- | standorte/mercator/antrag.tex | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/standorte/mercator/antrag.tex b/standorte/mercator/antrag.tex index a956f0f..703b579 100644 --- a/standorte/mercator/antrag.tex +++ b/standorte/mercator/antrag.tex @@ -6,6 +6,7 @@ \usepackage{svg} \usepackage{float} \usepackage{xcolor} +\usepackage{threeparttable} \newcommand{\remark}[1]{\textcolor{red}{\textit{#1}}} @@ -79,6 +80,7 @@ $826 N$ pro Mast. \begin{figure}[H] \centering +\begin{threeparttable} \begin{tabular}{ l l l l } %\toprule Ger\"at & Anzahl & Windlast pro Ger\"at & Windlast \\ @@ -87,13 +89,17 @@ PowerBeam AC 300 ISO & 2 & 300 N & 600 N \\ \midrule EdgePoint R6 & 1 & 46 N & 46 N \\ \midrule -NanoStation NSM2 & 2 & 45 N & 90 N \\ +NanoStation NSM2 & 2 & 45 N$\tnote{1}$ & 90 N \\ \midrule -NanoStation AC & 2 & 45 N & 90 N \\ +NanoStation AC & 2 & 45 N$\tnote{1}$ & 90 N \\ \midrule & & \textbf{Summe} & 826 N \\ %\bottomrule \end{tabular} +\begin{tablenotes} +\item [1] Angabe fehlt im Datenblatt und wurde durch Angabe f\"ur n\"achstgr\"oßeres Ger\"at nach oben abgeschätzt +\end{tablenotes} +\end{threeparttable} \caption{Windlastanforderungen} \label{fig:windlast} \end{figure} |