我在论文中使用下面的表格格式。我使用的模板是 Classicthesis。
但是,下面发生的情况是,第二列中的长文本超出了页面范围。问题是什么……?
谢谢,安德斯
\begin{table}
\myfloatalign
\begin{tabularx}{\textwidth}{Xll}
\toprule
\tableheadline{Author} & \tableheadline{Definition}
\\
\midrule
Amit and Zott & “A business model depicts the design of transaction content, structure, and governance so as to create value through the exploitation of business opportunities.” \\
Hamel & “The four boxes in the diagram represent the major components of a business model: customer interface, core strategy, strategic resources, and value network. These basic components are linked by three 'bridging' components: customer benefits, configuration of activities, and company boundaries." \\
Hawkins & "In other words, a business model describes how an enterprise gears up its resources, planning capabilities and processes to the revenue producing potential of a specific product or service. By focussing in on this relationship to revenue producing potential, a new context is provided for assessing the planning and operational aspects of an enterprise, and for assessing the relationship between on-line and off-line trading environments." \\
\bottomrule
\end{tabularx}
\caption[caption]
\end{table}
答案1
您已指定第一列(只有一个或两个单词)X
允许换行,后两列为l
单行。第三列似乎没有任何数据,因此也许
{lX}
代替
{Xll}