Newsgroups: comp.text.tex Path: utzoo!utgpu!watserv1!watdragon!violet!ftkcheng From: ftkcheng@violet.uwaterloo.ca (Felix Cheng) Subject: Re: Double Spacing in LaTeX Message-ID: <1991Mar22.180325.23725@watdragon.waterloo.edu> Sender: daemon@watdragon.waterloo.edu (Owner of Many System Processes) Organization: University of Waterloo References: Date: Fri, 22 Mar 1991 18:03:25 GMT Lines: 10 In article , terryb.bbs@shark.cs.fau.edu (terry bohning) writes: > I bet this is an old question, but how does one produce double-spaced > documents with LaTeX? If you want to change the overall line spacing of your document, specify the command: \renewcommand{\baselinestretch}{2} to produce double spacing, for example. Usually a spacing of 1.5 of single line spacing is more pleasing. This command does not require a unit identifier.