von BlackDevil » Di 20. Mai 2014, 15:32
Danke Johannes, aber das war immer noch etwas wirr an den Kommas sortiert
Danke sudo, du hast mich auf den richtigen Weg gebracht:
\documentclass{scrartcl}
\usepackage{multirow}
\usepackage{ltxtable}
\usepackage{booktabs}
\usepackage[copy-decimal-marker,locale=DE]{siunitx}
\begin{document}
\begin{table}[h]
\centering
\sisetup{table-sign-exponent}
\begin{tabularx}{\linewidth}{S S S S S}
\toprule
\multirow{2}{*}{Factor} & \multicolumn{2}{c}{Number of neurons} & \multirow{2}{*}{Mean BMU} & \multirow{2}{*}{Topology Error} \\
& \multicolumn{1}{c}{Computed} &\multicolumn{1}{c}{Neuro} & & \\\midrule
5 & 28 & 27 & 689.000 E-3 & 28.169\% \\
10 & 57 & 60 & 420.000 E-3 & 7.746\%\\
100 & 566 & 612 & 12.800 E-03 & 9.155\%\\
1000 & 5657 & 6213 & 0.911 E-03 & 1.409\%\\
10000 & 56569 & 62062 & 0.780 E-03 & 2.817\%\\
\end{tabularx}
\caption{Summary of the experiment}
\label{fig:summary_dif_mapsize}
\end{table}
\end{document}
So passt das
Danke Johannes, aber das war immer noch etwas wirr an den Kommas sortiert :)
Danke sudo, du hast mich auf den richtigen Weg gebracht:
[code]
\documentclass{scrartcl}
\usepackage{multirow}
\usepackage{ltxtable}
\usepackage{booktabs}
\usepackage[copy-decimal-marker,locale=DE]{siunitx}
\begin{document}
\begin{table}[h]
\centering
\sisetup{table-sign-exponent}
\begin{tabularx}{\linewidth}{S S S S S}
\toprule
\multirow{2}{*}{Factor} & \multicolumn{2}{c}{Number of neurons} & \multirow{2}{*}{Mean BMU} & \multirow{2}{*}{Topology Error} \\
& \multicolumn{1}{c}{Computed} &\multicolumn{1}{c}{Neuro} & & \\\midrule
5 & 28 & 27 & 689.000 E-3 & 28.169\% \\
10 & 57 & 60 & 420.000 E-3 & 7.746\%\\
100 & 566 & 612 & 12.800 E-03 & 9.155\%\\
1000 & 5657 & 6213 & 0.911 E-03 & 1.409\%\\
10000 & 56569 & 62062 & 0.780 E-03 & 2.817\%\\
\end{tabularx}
\caption{Summary of the experiment}
\label{fig:summary_dif_mapsize}
\end{table}
\end{document}[/code]
So passt das