我使用 Andre Miede 的 classicthesis 模板 4.2 版。我只是更改了页面尺寸以适应较小的布局,如下所示:
\usepackage[ paperheight =23.495cm,paperwidth =15.557cm,
layoutheight =22.861cm,layoutwidth =15.24cm,
layoutvoffset= 0.317cm,layouthoffset= 0.1585cm,
textwidth=290pt,bottom=2cm,
showcrop=true]{geometry}
除偶数页上的页眉行外,其他一切都正常。它与文本块不对齐:
而在不均匀的页面上,定位是正确的:
答案1
该问题仅出现在 classicthesis 4.2 版中。因此,我不得不将 classicthesis 项目转移到较新的版本,例如 4.6。我首先复制了配置文件中我根据需要调整的部分。然后按照 @PhilipPirrip 的建议进行覆盖,这样classicthesis.sty
就classicthesis-config.tex
成功了。