
Я использую в своей диссертации формат таблицы ниже. Шаблон, который я использую, — 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}