我正在使用乳胶KDP级格式化我的 pdf。
布局总体来说很令人满意,但边距似乎不太对。例如,在奇数页上,右侧边距比左侧边距宽。偶数页则相反。
事实应该是相反的,因为奇数页的左侧包括装订线,所以我希望页面的内边距更宽。
有没有什么办法可以解决这个问题?
以下是 MWE:
\documentclass{kdp}
\usepackage{geometry}
\begin{document}
This should be $6\times9$ paper. lets see where this goes until the next margin and new line
\end{document}
有没有相对简单的方法来解决这个问题?
编辑:根据文件Add the geometry package to have the PDF "trimmed" to the right size.