Possible Duplicate:
How to force a table into page width?
I am generating some table as follow:
\begin{tabular}[l]{|l|l|l|}
\hline
Input & Output& Action return \\
\hline
\hline
DNF & simulation & jsp\\
\hline
\end{tabular}
How can can I give this table the same width as the text width? For graphic I use
[width=\textwidth]
But this doesn't work for table.
tabularxortabulary. Please see documentation.texdoc tabularx/texdoc tabulary. Or check www.texdoc.net – May 19 '12 at 13:39tabular*if you want to avoid my packages! – David Carlisle May 19 '12 at 14:15