Restringir el ancho de columna en tablas

Restringir el ancho de columna en tablas

Estoy usando el formato de tabla a continuación en mi tesis. La plantilla que estoy usando es Classicthesis.

Sin embargo, lo que sucede a continuación es que el texto largo de la segunda columna se agota en la página. Cual es el problema... ?

Gracias, anders

\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}

Respuesta1

ha especificado que la primera columna (que solo tiene una o dos palabras) es Xla que permite saltos de línea, y las dos segundas columnas son lde una sola línea. No parece tener ningún dato en la tercera columna, así que quizás

{lX} 

en lugar de

{Xll}

información relacionada