Abstand in Tabelle mit Absatzspalte festlegen

Abstand in Tabelle mit Absatzspalte festlegen

Ich habe Probleme, den Abstand in einer Tabelle einzustellen, wenn eine Zeile aufgrund einer Absatzspalte mehrere Zeilen hat. Ich habe den Abstand zwischen den Zeilen bereits reduziert, aber hier geht es um den Abstand innerhalb einer Zeile. Hier ist die Kurzform meines Codes:

\documentclass{scrartcl}
\usepackage{tabularx}
\usepackage{booktabs}
\begin{document}


\begin{table}[htbp]\centering
\renewcommand{\arraystretch}{0.5}
\caption{Summary Statistics: Continuous Variables   \label{sumstat}}
{ 
\begin{tabular}{l p{7cm} c c c c  }
\cline{1-2}
\toprule
 &         &          \multicolumn{2}{c}{Within}&  \multicolumn{2}{c}{Between}\\  \cline{3-4} \cline{5-6} \noalign{\smallskip}
Variable    &  Description   &          Mean&  SD&          Mean&  SD\\
\midrule
\multicolumn{6}{l}{\textit{Dependent Variables}} \\
TreatWin       & 1 if household installed new windows in the last year and subsequently, 0 otherwise   &       x&                 x &  x&                 x\\
envir       &       concerned about the environmental protection, categorical from 0 (not at all) to 2 (very)&       x&                 x &  x&                 x\\
\bottomrule

\end{tabular}
}
\end{table}
\end{document}    

Tisch

Ich danke Ihnen für Ihre Hilfe!

Beste Grüße, Fabian

verwandte Informationen