Skip to content Accesskey=4Skip to sub-navigation Accesskey=3View our Accessibility Options MIT Information Systems Home About IS&T Contact IS&T Site Map Search Advanced Search
Getting StartedGetting Services by Topic or Alphabetically Getting Help

On This Page

[Help]

  

Quick Links

Top Level

Related Links

Ask OLC a question

Athena Consulting Homepage

Helpdesk Stock Answers (for Mac/PC questions)


How to change the SPACING inside documents (DOUBLE SPACING)

To doublespace a LaTeX document, you should include the line

        \usepackage{setspace}

after your \documentclass line. 

Before your \begin{document} command,

	\doublespacing

will make the text of the whole document doublespaced.  Footnotes,
figures, and tables will still be singlespaced, however. For one-and-a-half
spacing, instead use the command

	\onehalfspacing

In order to make a part of the text of your document singlespaced, you can
put:

	\begin{singlespace}

at the beginning of the text you want singlespaced, and

	\end{singlespace}

at the end.

You can also set the spacing to be something other than doublespaced; for
example, if you wanted to have one-and-a-quarter spacing between lines,
use the line

	\setstretch{1.25}

before your \begin{document} command, and after the
\usepackage{setspace} line.


(NOTE: there is another package, called "doublespace" which will
 usually work exactly the same way as setspace.  However, it interacts
 poorly with some graphics packages.) 


Last updated: 4/18/2002

MIT Home | Getting Started | Getting Services | Getting Help | About IS&T | Accessibility
Ask a technology question or send a comment about this web page.