【发布时间】:2019-01-02 07:00:45
【问题描述】:
我正在尝试在乳胶中创建自调整表。这将是一张大桌子,所以如果空间不足,我需要文本转到下一行,但我无法做到这一点。我需要有 5 列。 下面是我管理的图像,但“描述”现在进入下一个单元格。如果有人能告诉我哪里出错了,我将不胜感激。我花了很多时间在这上面
我正在使用的代码,
\begin{table}[h]
\begin{tabularx}{\textwidth}{|l|X|X|X|X|}
\hline
Author & Clustering Technique & Dataset & Description & Industry\\
\hline
\citeauthor{shen2009study} & Quantiles & Customer and Transaction Department store & RFM; Customer Lifetime Value; Target Marketing; Data Mining
& Retail Store \\
\hline
\citeauthor{aggelis2005customer} & Quantiles & E-Banking Dataset & Data Mining; e-banking; RFM analysis & Banking\\
\hline
\end{tabularx}
\end{table}
编辑:我还需要它来适应一页或能够在下一页继续。
【问题讨论】:
-
你能发布你的序言吗?所以我们知道页面的宽度等。(MWE)