在表格中具有固定列宽和换行文本的单元格中(表格完全在 LyX 中生成,而不是 LaTeX),该单元格中的垂直空间太多。下图;问题以黄色突出显示。有人知道如何解决这个问题吗?我尝试过行距(单倍)和修改单元格高度(不可能)。
(我的 LyX 表现在非常漂亮 - 主要感谢这个论坛上每个人的专业知识 - 但这个问题仍然困扰着我。)
编辑:这显然是 LaTeX 在后台所做的事情:
\begin{singlespace}
\noindent \begin{center}
\begin{tabular}{lc}
\toprule
\textbf{Test XYZ} & \textbf{p-value}\tabularnewline
\midrule
Statistic A & 0.00\tabularnewline
Statistic B & 0.00\tabularnewline
Statistic C & 0.00\tabularnewline
\midrule
\multicolumn{2}{>{\raggedright}p{0.75\textwidth}}{\begin{singlespace}
\noindent \raggedright{}\textcolor{black}{\footnotesize{}Lorem ipsum
dolor sit amet, consectetur adipiscing elit. Donec mollis est libero,
sed vehicula erat tempor eget. Morbi justo justo, mattis ut elit tristique,
iaculis ornare sapien. Nulla tristique eros id justo pulvinar lacinia. }
\end{singlespace}
}\tabularnewline
\bottomrule
\end{tabular}
\par\end{center}
\end{singlespace}
太感谢了!