我已经写完了我的学士论文,想把它像书一样打印出来。所以我需要把内边距做得比外边距宽一点(“BCOR”)。此外,我希望我的章节总是从右页开始。我的最小示例使外边距比内边距更宽。(标题页将是右页,所以左边距应该更宽,依此类推……)
我该如何修复这个问题,有什么想法吗?
提前致谢,Katharina
\documentclass[12pt, twoside, a4paper, BCOR=8mm, DIV=12, openright]{scrbook}
\begin{document}
\raggedbottom
\clubpenalty=10000
\widowpenalty=10000 \displaywidowpenalty=10000
\interlinepenalty5000
\pagenumbering{gobble}
\begin{titlepage}
\pagestyle{empty}
\begin{center}
\large
Abschlussarbeit im Bachelorstudiengang Physik
\end{center}
\end{titlepage}
\clearpage{\pagestyle{empty}\cleardoublepage}
\pagenumbering{arabic}
\chapter{Introduction}
Visualization techniques are at the heart of research in the fields of life sciences. Hence, fluorescence microscopy is an essential and commonly used tool for investigations on biological structures and processes.
\chapter{Theory}
During his work on optical instruments, Ernst Abbe discovered in 1873 that the size of the focal spot cannot be determined by taking into account only aberrations and geometrical beam paths, but that it is limited by diffraction.
\end{document}