I want to know the width (e.g., *pt) of each generated column. How can I do it?
\documentclass{article}
\begin{document}
I want to know the width (e.g., *pt) of each generated column. How can I do it?
\begin{table}
\centering
\begin{tabular}{|l|l|l|l|}
\hline
Column1 & Col2 & Column------3 & Column--4 \\ \hline
I want & to know & the actual & width of each column. \\ \hline
Is there & any & method & to display the size? \\
I am & now & using & \{tabular\} \{|l|l|l|l|\} \\
\hline
\end{tabular}
\end{table}
\end{document}

\documentclass{...}and ending with\end{document}. – jub0bs Nov 02 '13 at 08:38