Tagged Questions
1
vote
2answers
972 views
Setspace package not working
I've tried searching, and I couldn't find my answer, so I hope I'm not re-asking stupid stuff. That being said, I'm a total noob to LaTeX. As such, this question is probably ridiculous and stupid.
...
6
votes
2answers
683 views
Why does doublespacing using setspace have errors when used in a minimal documentclass?
Just curious why \doublespacing seems broken in a minimal document. It works ok when the documentclass is set to article.
\documentclass{minimal}
\usepackage{setspace}
\doublespacing
...
4
votes
1answer
458 views
How can I set single spacing in todonotes?
Question
How can I \renewcommand{\todo} to give single spacing in the todonotes of an otherwise double spaced document?
What I have tried
The documentation (p. 11, section 1.8.6) suggests that ...