suchow / Dissertate

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

Chapter Headings #20

Closed rxiao22 closed 10 years ago

rxiao22 commented 10 years ago

Hello, could you please let me know how to move the chapter numbers and titles up a little bit when the \chapter command is used? I'm hoping to cut down a little bit on the whitespace. Thanks!

suchow commented 10 years ago

I don't have a clue. The spacing is determined by the quotchap package, which is documented here:

http://mirror.unl.edu/ctan/macros/latex/contrib/quotchap/quotchap.pdf

suchow commented 10 years ago

Nevermind, got it. Add the following line to the end of the .cls file:

\renewcommand*{\chapterheadstartvskip}{\vspace*{-1in}}

You can change -1in to whatever you want to move the chapter number around.

Hope this helps.

rxiao22 commented 10 years ago

Awesome, thanks!