home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / text / tex / 15372 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.2 KB

  1. Path: sparky!uunet!usc!news.service.uci.edu!ucivax!ucla-cs!ucla-mic!unixg.ubc.ca!erich.triumf.ca!asnd
  2. From: asnd@erich.triumf.ca (Donald Arseneau)
  3. Newsgroups: comp.text.tex
  4. Subject: Re: Also: LaTeX, twocolumn, wide tables
  5. Date: 23 Jan 1993 17:33 PST
  6. Organization: TRIUMF: Tri-University Meson Facility
  7. Lines: 21
  8. Distribution: world
  9. Message-ID: <23JAN199317330933@erich.triumf.ca>
  10. References: <2404@blue.cis.pitt.edu> <1js2ufINNcue@msuinfo.cl.msu.edu>
  11. NNTP-Posting-Host: erich.triumf.ca
  12. News-Software: VAX/VMS VNEWS 1.41    
  13.  
  14. In article <1js2ufINNcue@msuinfo.cl.msu.edu>, dulimart@pixel.cps.msu.edu 
  15. (Hansye S. Dulimarta) writes Re: wide tables in LaTeX twocolumn...
  16. >I'm also interested in knowing how to do this. So please, respond to the
  17. >newsgroup. 
  18.  
  19. There are two easy solutions.  
  20.  
  21. 1) If you need the tables to appear in the text, get the multicols package
  22. from an archive.  Put [multicol] in as a documentstyle option, and switch
  23. between 1 and 2 columns at will; even in the middle of a page.
  24.  
  25. OR
  26.  
  27. 2) For tables that float, Use {table*}, which fills the whole page width.
  28. See Lamport's book.
  29.  
  30. These solutions are mutually exclusive because multicols does not support 
  31. full width floats.
  32.  
  33. Donald
  34.