I'm finishing up my undergrad thesis, and I have to double-space my abstract. I tried using \begin{doublespace} and \doublespacing, but neither have worked, I assume because the abstract environment is different than for the rest of the document. Any ideas/suggestions?
|
|
||||
|
Based on Paulo Cereda's suggestion (And the fact I just wrote up a thesis with an abstract using that package, though I didn't double space the abstract), I through together an example of how this works.
Note: I had to remove some macros from my thesis to get it more minimal, so some details are missing from the text, which introduced some errors. Just pretend it is a lipsum. |
|||
|
For completeness sake, I'm adding another solution. Avoid using it at all costs. You can also use By simply calling
Then you can use the following code in your
The other parts the document remain untouched because this change happens inside an environment. Again, don't use this solution, prefer the |
|||
|
|
Don't use this solution, use
\usepackage{setspace}and\doublespacinginside theabstractenvironment work?:)– Paulo Cereda Apr 5 '12 at 17:30