Beschränken der Spaltenbreite in Tabellen

Beschränken der Spaltenbreite in Tabellen

Ich verwende in meiner Abschlussarbeit das folgende Tabellenformat. Die von mir verwendete Vorlage ist Classicthesis.

Was unten jedoch passiert, ist, dass der lange Text in der zweiten Spalte über die Seite hinausläuft. Was ist das Problem...?

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

Antwort1

Sie haben angegeben, dass die erste Spalte (die nur ein oder zwei Wörter enthält) XZeilenumbrüche zulässt und die zweiten beiden Spalten leinzeilig sind. In der dritten Spalte scheinen überhaupt keine Daten zu sein, also vielleicht

{lX} 

anstatt

{Xll}

verwandte Informationen