Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!agate!sprite.berkeley.edu!shirriff From: shirriff@sprite.berkeley.edu (Ken Shirriff) Newsgroups: comp.text Subject: Re: troff 2 column question Message-ID: <1991Jun30.214303.16930@agate.berkeley.edu> Date: 30 Jun 91 21:43:03 GMT Article-I.D.: agate.1991Jun30.214303.16930 References: <1991Jun28.192204.14014@agate.berkeley.edu> Sender: usenet@agate.berkeley.edu (USENET Administrator) Organization: University of California, Berkeley Lines: 13 In article <1991Jun28.192204.14014@agate.berkeley.edu> shirriff@sprite.berkeley.edu (Ken Shirriff) writes: >I'm using troff with me macros to format text in 2 columns (by using .2c). >My problem is that I have tables wider than 1 column In case anyone is interested, I found a relatively simple way to do this: Put the table inside a keep. Set the line length to the 2 column width at the beginning (e.g. ".ll 7i") of the keep. Restore the line length to 1 column width at the end. The keep will automagically appear at the top or bottom of the page, formatted across both columns correctly. Thanks to those who helped me, Ken Shirriff shirriff@sprite.Berkeley.EDU