我在处理逗号脚本书籍文档(我的硕士论文)时遇到了问题。我喜欢使用正常的双面文档,具有正常的边距和 BCOR,但无论我做什么,每页的左侧都会有这么小的边距。
我从别人那里得到了 latex 模板,所以我不知道为什么以及对其进行了哪些更改。但我已经浏览了大部分内容,仍然找不到边距的来源。
有人知道它是从哪里来的或者如何摆脱它吗?
万分感谢!
最小工作示例:
\documentclass[11pt,a4paper,bibtotoc,idxtotoc,headsepline,footsepline,footexclude,prak,BCOR5mm,DIV12, twoside]{scrbook}
\usepackage[top=1in,bottom=1.25in,left=1in,right=1.25in]{geometry}
\usepackage{showframe}
\usepackage{lipsum}
\begin{document}
\lipsum
\end{document}
解决方案:在标题页章节中隐藏了一个额外的装订更正(我没有在那里搜索布局选项..)
\def\bcorcor{0.15cm} \addtolength{\hoffset}{\bcorcor}