suchow / Dissertate

Beautiful LaTeX dissertation templates.
GNU Affero General Public License v3.0
714 stars 164 forks source link

Harvard abstract should be double spaced #49

Closed lazovich closed 8 years ago

lazovich commented 8 years ago

According to the latest "Form of the dissertation" guidelines, the abstract should be double spaced. This isn't true in the version of the Harvard template that I have (though given I started writing in the fall I am a bit out of date now).

See page 15 of https://www.gsas.harvard.edu/images/stories/pdfs/form%20of%20dissertation.pdf

gregreen commented 8 years ago

The body of the Harvard thesis should also be double-spaced, but it looks like it's only 1.2-spaced in the template. Are we supposed to uncomment this line from dissertation.tex?

% \doublespacing
lazovich commented 8 years ago

Yes, I uncommented that line to get doublespacing in the main text, but it still leaves the abstract single spaced. I solved the abstract problem by wrapping my abstract in a \begin{doublespace} ... \end{doublespace} block.

amyspark commented 8 years ago

You could edit Dissertate.cls and add the parameter doublespacing to the package setspace. \RequirePackage[doublespacing]{setspace}

gregreen commented 8 years ago

I address this issue in #52.

alexyorke commented 8 years ago

Should this be closed? It looks like it's been addressed in #52.

mpacer commented 8 years ago

Yes. Issue closed.