Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site sbcs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!cmcl2!philabs!sbcs!podar From: podar@sbcs.UUCP (Sunil Podar) Newsgroups: net.text Subject: Re: double-spacing in TeX and LaTeX Message-ID: <322@sbcs.UUCP> Date: Tue, 11-Jun-85 19:56:18 EDT Article-I.D.: sbcs.322 Posted: Tue Jun 11 19:56:18 1985 Date-Received: Fri, 14-Jun-85 04:39:17 EDT References: <971@wucs.UUCP> <1287@uw-beaver> Organization: Computer Science Dept, SUNY@Stony Brook Lines: 42 > In article <971@wucs.UUCP> jst@wucs.UUCP (Jon Turner) writes: > >I have been using LaTeX for some time now and occasionally I have a > >need for double-spacing between lines (like when I'm submitting a paper > >for publication in a journal, which requires that all manuscripts be > >double-spaced). Is there any simple way to do this? > > rick furata's reply: > In LaTeX, you'd say > > \renewcommand{\baselinestretch}{2.0} > > somewhere before your \begin{document} to double the spacing. For Plain > TeX, you'd set the value of \baselineskip. I realized that you could use the above construct within text too (i.e. not necessarily before \begin{document}, but there is a problem which could be treated as a bug. The renewcommand{\baselinestrtch} within text, perhaps for some reason of design choice, only takes effect when the fontsize changes and not immediately, hence one has to do the following (this is for intext only): \renewcommand{\baselinestretch}{2.0} \large %just to force the effect of renewing (is it a bug or a kluge?) \normalsize %to revert back to normalsize and one can use the above construct again and again in text with a different value in place of 2.0 to change linespacing (1.0 => back to single). PS: I have discovered many quirks of LaTeX and have made a list of kluges etc. Is this net.text an appropriate forum for TeX/LaTeX and if so I invite you all to share experiences, problems & solutions, macros, etc. I wonder if I ought to post my list? -- Sunil Podar SUNY at Stony Brook CSNET: podar@sbcs.csnet ARPA: podar%suny-sb.csnet@csnet-relay.arpa UUCP: {allegra, hocsd, philabs, ogcvax} !sbcs!podar