Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ihnp4!ucbvax!weyl.Berkeley.EDU!rusty From: rusty@weyl.Berkeley.EDU.BERKELEY.EDU (& Wright) Newsgroups: net.text Subject: Re: Doing somethings with TeX Message-ID: <14400@ucbvax.BERKELEY.EDU> Date: Tue, 17-Jun-86 11:39:04 EDT Article-I.D.: ucbvax.14400 Posted: Tue Jun 17 11:39:04 1986 Date-Received: Thu, 19-Jun-86 07:35:39 EDT References: <76@rtgvax.UUCP> <2034@umcp-cs.UUCP> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: rusty@weyl.Berkeley.EDU.UUCP (Rusty Wright) Organization: University of California, Berkeley Lines: 24 with latex you can generally nest environments. for example, you can nest the tabular environment: \begin{tabular}{|p{4in}|c|} \hline ... arbitrary lines of text ... & \begin{tabular}{l} \hline first line \\ \hline second line \\ \hline third line \\ \hline etc. \\ \hline \end{tabular} \\ \hline \end{tabular} \end{document} rusty c. wright rusty@weyl.berkeley.edu ucbvax!weyl!rusty