I am now trying to write paper to PRB in TeXShop and to make it easier to read I want to have a double space in between lines.
I tried several schemes like these:
Code: Select all
\usepackage{setspace}
\setstretch{2}
Code: Select all
\usepackage{setspace}
\doublespacing
What am I doing wrong?