home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / tex / 9615 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.text.tex
  2. Path: sparky!uunet!decwrl!access.usask.ca!kakwa.ucs.ualberta.ca!unixg.ubc.ca!reg.triumf.ca!asnd
  3. From: asnd@reg.triumf.ca (Donald Arseneau)
  4. Subject: Re: Changing baselinestretch
  5. Message-ID: <29JUL199203001694@reg.triumf.ca>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  8. Nntp-Posting-Host: reg.triumf.ca
  9. Organization: TRIUMF: Tri-University Meson Facility
  10. References: <1992Jul28.170612.1770@ee.gatech.edu>
  11. Date: Wed, 29 Jul 1992 10:00:00 GMT
  12. Lines: 20
  13.  
  14. In article <1992Jul28.170612.1770@ee.gatech.edu>, mjb@eecom.gatech.edu (Michael Bartz) writes...
  15. >Can the baselinestretch be changed between different values within one
  16. >document?  In other words can Section 1 be double-spaced but Section 2 be
  17. >single-spaced?  I have tried several attempts with renewcommand with no
  18. >success.  Thanks.
  19.  
  20. Yes, but each paragraph has a single baselinestretch.  However, there is
  21. an arcane incantation needed before the changed baselinestretch has any
  22. effect:
  23.  
  24. \renewcommand{\baselinestretch}{1.333}\tiny\normalsize
  25.  
  26. \baselinestretch isn't checked until there is a font change, but just
  27. \normalsize isn't enough because LaTeX is "smart" enough to see that that
  28. isn't a real change (if you are already at normal size).
  29.  
  30. I think this is in the TeX FAQ sheet.
  31.  
  32. Donald Arseneau          asnd@reg.triumf.ca
  33.  
  34.