Fix column width with tabularx
I want to create a table with 100% width? The first two columns should
have a minimum width and the last column should have the rest width. The
text in the last column (except the first cell) should be left aligned.
\documentclass[draft=on]{scrbook}
\usepackage{blindtext}
\usepackage{tabularx}
\begin{document}
\begin{tabularx}{\textwidth}{ccccX}
A & B & \multicolumn{1}{c}{C} \\
A & B & \blindtext
\end{tabularx}
\end{document}
Tuesday, August 13, 2013
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment