[Tex/LaTex] Change Margins in ClassicThesis

classicthesismargins

I am writing my thesis and using the excellent classicthesis package. My university has strict margin guidelines for submission (left = 1.5in, right = 1in, top = 1in, bottom = 1in).
I played around a little using the areaset command to modify the textwidth and was able to get the right margins after some iterations. But i was wondering if anyone could help me with an elegant way to do it so that I can replicate it in the future for other specifications.

Best Answer

Although, as others have said, this defeats the purpose of classicthesis, you can use the geometry package to setup whatever margins you wish:

\usepackage[left=1.5in,right=1in,top=1in,bottom=1in]{geometry}