Access Keys:
Skip to content (Access Key - 0)

How can I change the spacing in my LaTeX document?

To double space 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 double spaced. 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.

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

IS&T Contributions

Documentation and information provided by IS&T staff members


Last Modified:

February 25, 2009

Get Help

Request help
from the Help Desk
Report a security incident
to the Security Team
Labels:
olc-formatting olc-formatting Delete
latex latex Delete
space space Delete
spacing spacing Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
Feedback
This product/service is:
Easy to use
Average
Difficult to use

This article is:
Helpful
Inaccurate
Obsolete
Adaptavist Theme Builder (4.2.3) Powered by Atlassian Confluence 3.5.13, the Enterprise Wiki