The tabularx package provides support for tables.
\usepackage{tabularx} ... \begin{table}% \caption{Table caption \label{tab:table_label}} \begin{tabularx}{\linewidth}{ c X } text in the first column & more text in the second column\\ \end{tabularx} \end{table}%
See also[edit | edit source]
Community content is available under CC-BY-SA unless otherwise noted.