cci-grads / uncc-thesis-latex

LaTeX template for UNC-Charlotte dissertations
14 stars 10 forks source link

Double Space Between the title "ACKNOWLEDGMENTS" and the first line #19

Open zhouteng opened 8 years ago

zhouteng commented 8 years ago

Based on my recent dissertation formatting review experience, in the current format, the space between the title "ACKNOWLEDGMENTS" and the first line on this page seems too large, it should be the same as the space between the title "ABSTRACT" and the first line on that page.

In the unccspecs.sty file, I commented one line "\vspace{\baselineskip}", the following format seems correct.

\newcommand{\acknowledgments}[1] {

\begin{centering}

\begin{singlespace}

ACKNOWLEDGMENTS\

\vspace{\baselineskip} %\vspace{\baselineskip} \end{singlespace} \end{centering}

1

\newpage }