可能有“部分”;部分始终从奇数页码开始?
是否可以始终让“部分”部分从奇数页码开始?这样,如果第一部分延伸到第二页,那么第二部分会自动移动到第三页。我正在使用 Lyx 创建 Latex 文件。
编辑:刚刚发现我一直在使用部分而不是部分。已将所有部分更改为部分。还是同样的问题。
奥尔詹...
Is it possible to always have the 'Part' section to start at an odd page number? So that if the part one section extends to page two, then part two automatically moves to page three. I'm using Lyx to create the Latex file.
EDIT: Just discovered that I have been using section instead of part. Have changed all the sections to part. Still the same issue.
Oerjan...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果
twoside
文档类选项不能解决这个问题,那么下面的方法肯定会解决这个问题:或者您可以手动插入
\cleardoublepage
。If the
twoside
document-class option does not take care of this problem, then the following surely will:Or you could just insert
\cleardoublepage
by hand.默认情况下,部分从奇数页开始并占据整个页面。章节从下一个奇数页(对于书籍)和下一个可用页(对于报告)开始。
Part, for default, starts at an odd page and occupies the whole page. Chapters start on the next odd page (for books) and in the next page available (for reports).