I want to make a table with a bigger than default column width for the first column. The text in this column should be left aligned. Here is my code.
\begin{tabular}{llll|l}
Address1 &&&& Mobile: 888-000-0000 \\
Address2 &&&& Fax: 888-000-0000 \\
\end{tabular}
The first column (Address1, Address2) should have a larger width so that the second column (Mobile, Fax) is close to the right margin of the page. Now I just add in a lot of invisible columns so that there are more spaces between them. I wonder if there is a way to control the width of the first column.
