Hello,
I am using memoir class to format my thesis. When I use DoubleSpacing in my tex file, the whole document coming to be double-spaced, i.e. even the figure captions, references when it runs over a line. How do I get rid of double spacing in these while keeping the other parts of the documents double-spaced?
~Sourabh
Text Formatting ⇒ double/single spaced formatting
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
double/single spaced formatting
Hi Sourabh,
use the setspace package:
It switches off double spacing in footnotes and floats, so also in figure and table captions.
Stefan
use the setspace package:
Code: Select all
\usepackage{setspace}
\doublespace
Stefan
LaTeX.org admin