phd-thesis-template icon indicating copy to clipboard operation
phd-thesis-template copied to clipboard

Parskip package makes titlepage overflow

Open Saintis opened this issue 7 years ago • 3 comments

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 avatar Aug 31 '18 17:08 Saintis

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

Saintis avatar Aug 31 '18 17:08 Saintis

Any solution for this?

T-Tonic avatar Feb 26 '21 01:02 T-Tonic

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.

GR8DAN avatar Feb 26 '21 19:02 GR8DAN