von jowon » Sa 5. Sep 2009, 23:39
			
			
			nach Geschmack, die Variante mit threeparttable:
\begin{table}[htdp]
\sffamily 
\flushleft 
\caption{Altersverteilung} 
\begin{threeparttable}
\begin{tabular}{@{}p{4cm}p{1,5cm}p{1,5cm}p{1,5cm}p{1,5cm}@{}}   
\toprule   
& MW\tnote{1} & MIN\tnote{2} & MAX\tnote{3} & SD\tnote{4} \\ 
\midrule   
\textbf{Gesamt} \small{(n=114)} & 4,6 & 1,1 & 7,1 & 1,55 \\ [0,1cm] 
\textbf{Jungen} \small{(n=84)} & 4,6 & 1,4 & 7,1 & 1,49 \\ [0,1cm] 
\textbf{Mädchen} \small{(n=114)} & 4,5 & 1,1 & 6,9 & 1,74 \\ [0,1cm] 
\bottomrule 
\end{tabular}
\medskip
      \footnotesize\textbf{Abkürzungen:}\smallskip
      \begin{tablenotes}\footnotesize
      \item[1] Mittelwert
      \item[2] Minimum
      \item[3] Maximum
      \item[4] Abweichung
      \end{tablenotes}
\label{tab:stats}
 \end{threeparttable}
\end{table}
nach Geschmack, die Variante mit threeparttable:
[code]
\begin{table}[htdp]
\sffamily 
\flushleft 
\caption{Altersverteilung} 
\begin{threeparttable}
\begin{tabular}{@{}p{4cm}p{1,5cm}p{1,5cm}p{1,5cm}p{1,5cm}@{}}   
\toprule   
& MW\tnote{1} & MIN\tnote{2} & MAX\tnote{3} & SD\tnote{4} \\ 
\midrule   
\textbf{Gesamt} \small{(n=114)} & 4,6 & 1,1 & 7,1 & 1,55 \\ [0,1cm] 
\textbf{Jungen} \small{(n=84)} & 4,6 & 1,4 & 7,1 & 1,49 \\ [0,1cm] 
\textbf{Mädchen} \small{(n=114)} & 4,5 & 1,1 & 6,9 & 1,74 \\ [0,1cm] 
\bottomrule 
\end{tabular}
\medskip
      \footnotesize\textbf{Abkürzungen:}\smallskip
      \begin{tablenotes}\footnotesize
      \item[1] Mittelwert
      \item[2] Minimum
      \item[3] Maximum
      \item[4] Abweichung
      \end{tablenotes}
\label{tab:stats}
 \end{threeparttable}
\end{table}
[/code]