Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site uw-beaver Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!vax135!cornell!uw-beaver!furuta From: furuta@uw-beaver (Richard Furuta) Newsgroups: net.text Subject: Re: double-spacing in TeX and LaTeX Message-ID: <1287@uw-beaver> Date: Thu, 6-Jun-85 01:51:46 EDT Article-I.D.: uw-beave.1287 Posted: Thu Jun 6 01:51:46 1985 Date-Received: Fri, 7-Jun-85 01:56:31 EDT References: <971@wucs.UUCP> Reply-To: furuta@uw-beaver.UUCP (Richard furuta) Organization: U of Washington Computer Science Lines: 14 Summary: 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? 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. --Rick