-
Notifications
You must be signed in to change notification settings - Fork 2
/
example_table.tex
31 lines (31 loc) · 1.2 KB
/
example_table.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\begin{table}
\caption{Put your laTeX caption here}
\label{Put your laTex label here}
\centering
\begin{subtable}{0.49\textwidth}
\centering
\begin{tabular}{S[table-format=2.3] @{${}\pm{}$} S[table-format=2.3] S[table-format=2.3] S[table-format=1.9] }
\toprule
\multicolumn{2}{c}{Messwert 1} & {Messwert 2} & {Messwert 3}\\
\multicolumn{2}{c}{W/K} & {m} & {Meter} \\
\midrule
3.000&0 & {10.1} & {} \\
3.000&0 & 10.100 & 10.200000000\\
3.000&0 & {ohoh wert} & 10.340000000\\
\bottomrule
\end{tabular}
\end{subtable}
\begin{subtable}{0.49\textwidth}
\centering
\begin{tabular}{S[table-format=2.3] @{${}\pm{}$} S[table-format=2.3] S[table-format=2.3] S[table-format=1.9] }
\toprule
\multicolumn{2}{c}{Messwert 1} & {Messwert 2} & {Messwert 3}\\
\multicolumn{2}{c}{W/K} & {m} & {Meter} \\
\midrule
3.000&0 & {} & 3.140000000 \\
3.100&0 & {} & {} \\
3.14000 & 0.00100 & {} & 42.000000000\\
\bottomrule
\end{tabular}
\end{subtable}
\end{table}