Path: utzoo!attcan!uunet!mcsun!hp4nl!tuegate.tue.nl!rc6.urc.tue.nl!rwc.urc.tue.nl!rcbatg From: rcbatg@rwc.urc.tue.nl (Tonnie Geraets) Newsgroups: comp.text.tex Subject: Re: How wide are the columns? Message-ID: Date: 25 Oct 90 15:15:19 GMT References: <1990Oct23.164400.1393@millipore.com> Sender: News Administration Reply-To: rcbatg@urc.tue.nl Lines: 27 duchier@cs.yale.edu (Denys Duchier) writes: >Read p185 of the LaTeX manual. The following code should then become >clear: >\newlength{\length} >\setlength{\length}{0.5\linewidth} . >\begin{tabular*}{\linewidth}{|p{\length}|p{\length}|} >--Denys But what to do I have some more columns (whith different widths) and I want a column which fills the rest of the line. Something like this: | This is column one | two | anonother | And finaly, this column fills up to | | | | | the end of the line. | | another entry | two | column | I don't want to specify the width | | | | | myself, simply because I don't know | or | Column one | Now this column is much wider than in the previous example | | | but fills up the whole width also | Tonnie Geraets, rcbatg@urc.tue.nl