{setspace} is a package providing support for setting the spacing between lines in a document, e.g. allowing double-spacing.

learn more… | top users | synonyms

0
votes
0answers
47 views

`\setspace` and `\enumerate`

Forgive the long listing, worried about the behavior of some packages. I am looking to fix the space between text and enumerated list as I switch between \singlespace and \doublespace. Note the ...
0
votes
0answers
51 views

Different line spacing in textmode and mathmode

At first I was using \linespread{2} but my research told me to use the package setspace. I did this and everything is fine however in align* environments, my equations get double spaced also which ...