GarenSidonius / ASU-Dissertation-Template

LaTeX Template for Typesetting Arizona State University Dissertations and Theses
73 stars 35 forks source link

Include 5 line skips after author name on title page instead of 4 #29

Closed jdaymude closed 3 years ago

jdaymude commented 3 years ago

According to Page 5 of the ASU Graduate College Format Manual (last updated January 2017), there should be 5 single line spaces between the author's name and the phrase "A Dissertation Presented in Partial Fulfillment".

So line 232 of dissertation_template_latex.tex should read:

\Author \\[5\baselineskip]

instead of:

\Author \\[4\baselineskip]

Apologies for a very nit-picking issue, but hopefully this is an easy fix!

GarenSidonius commented 3 years ago

Thanks @jdaymude , it's an easy change; did the Graduate College ask you for this change?

jdaymude commented 3 years ago

@GarenSidonius They did, which was easy to do in my own local version. Hopefully it will be an easy fix for the main repo.

GarenSidonius commented 3 years ago

@jdaymude Okay got it, thanks. I'll try to close this today