Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!quasi-eli!cs.yale.edu!newsbase!duchier From: duchier@cs.yale.edu (Denys Duchier) Newsgroups: comp.text.tex Subject: Re: How wide are the columns? Message-ID: Date: 24 Oct 90 02:29:27 GMT References: <1990Oct23.164400.1393@millipore.com> Sender: news@cs.yale.edu Reply-To: duchier-denys@cs.yale.edu Organization: Computer Science, Yale University, New Haven, CT 06520-2158 Lines: 19 Nntp-Posting-Host: albania.ai.cs.yale.edu In-reply-to: blu@millipore.com's message of 23 Oct 90 16:44:00 GMT Read p185 of the LaTeX manual. The following code should then become clear: \newlength{\length} \setlength{\length}{0.5\linewidth} \addtolength{\length}{-2\tabcolsep} \begin{center} \begin{tabular*}{\linewidth}{|p{\length}|p{\length}|} ... \end{tabular*} \end{center} If you are using Mittelbach's implementation of tabular, you may have to add the following line: \addtolength{\length}{-1.5\arrayrulewidth} --Denys