[Tex/LaTex] Book’s class page margins in ClassicThesis

classicthesismargins

how can obtain the normal page margins (that provided from book class) on the ClassThesis?

i have try to comment this commands in ClassicThesis.sty

         {% Palatino or other
            \PackageInfo{classicthesis}{A4 paper, Palatino or other}
            \areaset[current]{336pt}{750pt} % ~ 336 * factor 2 + 33 head + 42 \the\footskip 
         \areaset{336pt}{761pt} % 686 (factor 2.2) + 33 head + 42 head \the\footskip 10pt     
            \setlength{\marginparwidth}{7em}%
           \setlength{\marginparsep}{2em}%
       }%

Best Answer

The question makes little sense; however, you get essentially the same layout as the book class with

\usepackage[verbose]{geometry}
\geometry{innermargin=100pt,top=125pt,
  textwidth=345pt,textheight=598pt,
  marginparwidth=115pt,marginparsep=7pt,
  heightrounded}