wie kann ich meine Tabelle so einrichten, dass die Spalte mit M ähnlich breit wie die Spalte mit SD ist und dass die Tabelle nicht aus dem rechten Rand läuft? Vielleicht einen Zeilenumbruch bei Positive und negative paraphrases usw. erstellen? Ich wüsste nur nicht wie, denn \\ oder \newline klappt nicht.
Im Anhang hoffentlich das Bild von der jetzigen Tabelle!
Vielen Dank im Voraus!
Viele Grüße
Karin
Quelltext:
\begin{table}[htb] \textbf{Table 1}. Mean preference and standard deviation of the Codes 1 and 2 in every examined condition. \vspace*{5mm} \begin{tabular}{|p{1,3cm}|p{0,5cm}|p{0,2cm}|p{0,5cm}|p{0,2cm}|p{0,5cm}|p{0,2cm}|p{0,5cm}|p{0,2cm}|} \hline & \multicolumn{2}{|c|}{\textbf{Condition I}} & \multicolumn{2}{|c|}{\textbf{Conditon II}} & \multicolumn{2}{|c|}{\textbf{Condition III}} & \multicolumn{2}{|c|}{\textbf{Condition III}} \\\hline & \multicolumn{2}{|c|}{\textbf{Positive paraphrases}} & \multicolumn{2}{|c|}{\textbf{Negative paraphrases}} & \multicolumn{2}{|c|}{\textbf{Positive paraphrases}} & \multicolumn{2}{|c|}{\textbf{Negative paraphrases}} \\\hline & SD & \textbf{M} & SD & \textbf{M} & SD & \textbf{M} & SD & \textbf{M} \\\hline \textbf{Code 1} & 1,3 & 2,6 & 1,4 & 2,9 & 1,3 & 3,2 & 1,3 & 3,5 \\\hline \textbf{Code 2} & 1,2 & 2,2 & 1,4 & 2,6 & 1,2 & 2,7 & 1,2 & 3,4 \\\hline \end{tabular} \end{table}