Monday, April 18, 2011

Double-Spacing in Latex

Add at the beginning:

\usepackage{setspace}

Then switch between different spacing options with:

\doublespacing
\singlespacing
\onehalfspacing

For other sizes use the \setstretch command like this:

\setstretch{1.8}

(more info)

No comments:

Post a Comment