kks32 / phd-thesis-template

A LaTeX / XeLaTeX / LuaLaTeX PhD thesis template for Cambridge University Engineering Department (CUED)
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
MIT License
833 stars 400 forks source link

Parskip package makes titlepage overflow #174

Open Saintis opened 6 years ago

Saintis commented 6 years ago

Using the parskip package causes the college and date box to end up on the next page. Likely due to incorrect calculation of the remaining vertical space on the titlepage.

Saintis commented 6 years ago

More digging shows that it could also be due to the \vspace* between author and supervisor / advisor.

T-Tonic commented 3 years ago

Any solution for this?

GR8DAN commented 3 years ago

The default parskip settings shouldn't affect the title page. Not tried it with changed values. Still, if the title page is overflowing it is fairly easy to adjust the vspace in the class file (line 927 onwards), as Saintis said, using vspace instead of vspace* and tweaking the values might fix it.