I tried those but they didn't wrap the text inside the long column (or at least I couldn't figure out how). I eventually found xtab which wraps nicely *and* splits pages. I'm using it for the pdf generation now.
If you want to wrap the text 'inside' a column you have to give a column specifier of 'p' like this:
\begin{tabular}{p{3cm}lr}
which will wrap thd first col like a Paragraph with width 3cm and the next two as left aligned and right aligned.
Mike -- Michael Lake Chemistry, Materials & Forensic Science, UTS Ph: 9514 1725 Fx: 9514 1460
-- UTS CRICOS Provider Code: 00099F DISCLAIMER: This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
