Restringindo a largura das colunas nas tabelas

Restringindo a largura das colunas nas tabelas

Estou usando o formato de tabela abaixo em minha tese. O modelo que estou usando é Classicthesis.

O que acontece abaixo, porém, é que o texto longo da segunda coluna sai da página. Qual é o problema... ?

Obrigado, 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}

Responder1

você especificou que a primeira coluna (que contém apenas uma ou duas palavras) Xpermite a quebra de linha e as duas segundas colunas são lde linha única. Parece que você não tem nenhum dado na terceira coluna, então talvez

{lX} 

em vez de

{Xll}

informação relacionada