tangbao / RU-Thesis-Dissertation-Latex-Template

The LaTeX template for Rutgers MS Thesis or PhD Dissertation
Other
55 stars 15 forks source link

About the left margin #13

Open yu-chunkao opened 2 days ago

yu-chunkao commented 2 days ago

Hi Zhongze,

In the rutgersthesis.cls file you set the left margin to be 1.5 inch, \RequirePackage[letterpaper, left=1.5in, right=1in, top=1in, bottom=1in]{geometry}.

However, on Rutgers' style guide, https://grad.rutgers.edu/academics/graduation/electronic-thesis-and-dissertation-style-guide, it says "All margins must be 1 inch."

Just wondering if it should be \RequirePackage[letterpaper, left=1in, right=1in, top=1in, bottom=1in]{geometry} instead.

tangbao commented 2 days ago

It looks like they changed the requirements. Back in 2021 it was 1.5 inch. https://web.archive.org/web/20210730060923/https://grad.rutgers.edu/academics/graduation/electronic-thesis-and-dissertation-style-guide

I will fix that later. Thank you.