Wednesday, April 11, 2012

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}

No comments:

Post a Comment