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

How to reduce line space with the title? #5

Closed
dataandcrowd opened this issue Mar 17, 2019 · 2 comments
Closed

How to reduce line space with the title? #5

dataandcrowd opened this issue Mar 17, 2019 · 2 comments

Comments

@dataandcrowd
Copy link

I have a long title for my thesis. I rendered to a pdf but got too much vertical spaces. As an example, here is how it looks on my PDF:

The hydraulics of open channel flow: 


an introduction: basic principles, sediment motion, 


hydraulic modelling, design of


hydraulic structures

However, I want something like:

The hydraulics of open channel flow: an introduction: basic principles, 
sediment motion, hydraulic modelling, design of hydraulic structures

Is there any way I can reduce the vertical lines?

@robjhyndman
Copy link
Owner

On line 189 of monashthesis.cls you will see this:

\Huge\textbf{\expandafter{\@title}}

Change \Huge to something like \fontsize{16}{18}\selectfont. Fiddle with the numbers until it looks right. The first number is the font size, the second is the line spacing.

@dataandcrowd
Copy link
Author

Thank you so much. Problem Solved!

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

2 participants