LaTeX Double Spacing
Posted
by reprogrammer
on Stack Overflow
See other posts from Stack Overflow
or by reprogrammer
Published on 2009-06-29T02:34:26Z
Indexed on
2010/04/10
21:43 UTC
Read the original article
Hit count: 349
I am using the acm LaTeX template and I have trouble making my paper double spaced.
My LaTeX document looks like the following:
\documentclass{acm_proc_article-sp}
\usepackage{setspace}
\doublespacing
\begin{document}
...
\end{document}
When I compile the above document using pdflatex, I get the following error message on the line that I use the command \doublespacing
:
Missing number, treated as zero \doublespacing
© Stack Overflow or respective owner