von CrazyHorse » Di 12. Apr 2011, 14:03
se1234 hat geschrieben:
Die erste Spalte ist minimal nach unten verschoben (im Vergleich zu den anderen).
Kann mir jemand helfen, so dass die Zeilen der ersten Spalte mit den anderen gleichgesetzt werden??
ich frage mich immer, warum ein Fragesteller nicht in der Lage ist, sein eigenes Minimalbeispiel vorher auszuprobieren, bevor er es hier einstellt ...
\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage{array,booktabs,amsmath,siunitx,caption,graphicx}
\begin{document}
\begin{minipage}{\linewidth}
\renewcommand\arraystretch{1.7}
\resizebox{\linewidth}{!}{%
\begin{tabular}{p{2cm} p{3.7cm} p{1.8cm} p{2cm} p{1.5cm} p{1.2cm}}
\toprule
\textbf{Iteration} & \textbf{Variable} & $\boldsymbol{SS_{R}}$ & \textbf{F-Statistik} & \textbf{p-Wert} & $\boldsymbol{R^2}$\\\midrule
1 & + $RR$ $\geq$ \SI{1}{mm} März & 6723770 & 17,63 & 0,000 & 0,46\\
2 & + $RR$ $\geq$ \SI{1}{mm} Mai & 8255158 & 12,74 & 0,000 & 0,56\\
3 & + $RR$ $\geq$ \SI{1}{mm} Juni & 9082539 & 10,18 & 0,000 & 0,62\\
4 & $+$ $T_{max}$ $\geq$ $20\,^{\circ}\mathrm{C}$ Mai & 9422893 & 7,98 & 0,001 & 0,64\\
5 & $-$ $T_{max}$ $\geq$ $20\,^{\circ}\mathrm{C}$ Juni & 9424334 & 6,04 & 0,002 & 0,64\\
\bottomrule
\end{tabular}}
\captionsetup{width=14cm}
\captionof{table}[xxx]{xxx). \label{tab:xxx}}
\end{minipage}
\end{document}
Herbert
[quote="se1234"]
Die erste Spalte ist minimal nach unten verschoben (im Vergleich zu den anderen).
Kann mir jemand helfen, so dass die Zeilen der ersten Spalte mit den anderen gleichgesetzt werden??
[/quote]
ich frage mich immer, warum ein Fragesteller nicht in der Lage ist, sein eigenes Minimalbeispiel vorher auszuprobieren, bevor er es hier einstellt ...
[code]\documentclass[a4paper,12pt,twoside,openright]{book}
\usepackage{array,booktabs,amsmath,siunitx,caption,graphicx}
\begin{document}
\begin{minipage}{\linewidth}
\renewcommand\arraystretch{1.7}
\resizebox{\linewidth}{!}{%
\begin{tabular}{p{2cm} p{3.7cm} p{1.8cm} p{2cm} p{1.5cm} p{1.2cm}}
\toprule
\textbf{Iteration} & \textbf{Variable} & $\boldsymbol{SS_{R}}$ & \textbf{F-Statistik} & \textbf{p-Wert} & $\boldsymbol{R^2}$\\\midrule
1 & + $RR$ $\geq$ \SI{1}{mm} März & 6723770 & 17,63 & 0,000 & 0,46\\
2 & + $RR$ $\geq$ \SI{1}{mm} Mai & 8255158 & 12,74 & 0,000 & 0,56\\
3 & + $RR$ $\geq$ \SI{1}{mm} Juni & 9082539 & 10,18 & 0,000 & 0,62\\
4 & $+$ $T_{max}$ $\geq$ $20\,^{\circ}\mathrm{C}$ Mai & 9422893 & 7,98 & 0,001 & 0,64\\
5 & $-$ $T_{max}$ $\geq$ $20\,^{\circ}\mathrm{C}$ Juni & 9424334 & 6,04 & 0,002 & 0,64\\
\bottomrule
\end{tabular}}
\captionsetup{width=14cm}
\captionof{table}[xxx]{xxx). \label{tab:xxx}}
\end{minipage}
\end{document}
[/code]
Herbert