Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi line title pushes date to next page #27

Closed
rnett opened this issue Jan 2, 2021 · 4 comments
Closed

Multi line title pushes date to next page #27

rnett opened this issue Jan 2, 2021 · 4 comments

Comments

@rnett
Copy link

rnett commented Jan 2, 2021

Having a title (in frontmatter.tex) that doesn't fit on one line will push the date onto the next page. Workaround is adding \vspace{-0.7cm} to the title text.

@rnett rnett changed the title Multi line title pushes data to next page Multi line title pushes date to next page Jan 2, 2021
@2justinmorgan
Copy link

This temp fix worked for me. Thanks @rnett

@mathurma
Copy link

Having a title (in frontmatter.tex) that doesn't fit on one line will push the date onto the next page. Workaround is adding \vspace{-0.7cm} to the title text.

I noticed this solution lifts the title up on the page wherever it occurs, making it misaligned with other text.
Instead, you can decrease the space between the title and presentation line to account for additional lines of title text.
Changing the corresponding \addvspace{} (line 341 in ucthesis.cls) from 1.4 to 1.1 works for my 2-line title.

@kpa28-git
Copy link

kpa28-git commented Jun 8, 2023

I had this problem and changed "ucthesis.cls" like this:

   In Partial Fulfillment \par
   of the Requirements for the Degree \par

   \@degree~in~\@field
   \addvspace{0.35in} % changed this value from 0.65 to 0.35

   by \par

...

I removed .3 in from the vspace between the "degree in.." to "by..." until the degree month and year fit on the title page.

@ddmarshall
Copy link
Collaborator

#40 appears to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants