准备双面页面布局

准备双面页面布局

我的大学为我提供了一个 LaTeX 模板来准备我的论文,但他们没有更新类文件,尽管他们已经改变了规则。在图片中,你会看到当前的规则。此外,类文件的以下代码部分是它的相关部分。我尝试了所有我知道的方法,但还是失败了。有人能帮我更新一下吗? 在此处输入图片描述

图像文件中的规则:顶部、底部、外侧:2.5 厘米间距,内侧:4 厘米间距

除了图片文件之外,他们还表示:

页码必须位于页面底部以上 1.5 厘米处,与阅读方向一致。

\AtBeginDocument{
    \setlength{\voffset}{-4mm}
    \setlength{\hoffset}{0mm}
    \setlength{\oddsidemargin}{14.6mm}
    \setlength{\evensidemargin}{1mm}     %% 1 in(25.4 mm) + 15.6mm = 40 mm
    \setlength{\topmargin}{3mm}       
    \setlength{\headheight}{0.0mm}         
    \setlength{\headsep}{0.0mm}             
    \setlength{\textheight}{238mm}
    \setlength{\textwidth}{145mm}           
    \setlength{\marginparsep}{0mm}
    \setlength{\marginparwidth}{0mm}
    \setlength{\leftmargini}{1.25em}
    \setlength{\leftmarginii}{2.2em}
    \setlength{\leftmarginiii}{2.2em}
    \setlength{\leftmarginiv}{2.2em}
    \setlength{\leftmarginv}{2.2em}
    \setlength{\leftmarginvi}{2.2em}
    \setlength{\leftmargin}{0mm}
    \setlength{\labelsep}{.5em}
    \setlength{\labelwidth}{1.5em}
    \setlength{\footskip}{15mm} 
    \setlength{\topskip}{0mm}
    \setlength{\parindent}{0pt}             
    \setlength{\parskip}{6pt}
    \pagestyle{fancy}
    \markright{}
    \onecolumn
    \raggedbottom
    \normalsize
    \normalfont
    \oneandonehalf
    \setcounter{tocdepth}{4}
    \setcounter{secnumdepth}{5}            
}

答案1

geometry通过使用 with 包解决asymmetric

相关内容