How do I remove blank pages coming between two chapters in Appendix?

前端 未结 8 1416
执笔经年
执笔经年 2021-01-29 22:41

Is there a way to remove blank pages appearing between two chapters, in Appendix?

8条回答
  •  孤街浪徒
    2021-01-29 22:49

    If you specify the option 'openany' in the \documentclass declaration each chapter in the book (I'm guessing you're using the book class as chapters open on the next page in reports and articles don't have chapters) will open on a new page, not necessarily the next odd-numbered page.

    Of course, that's not quite what you want. I think you want to set openany for chapters in the appendix. 'fraid I don't know how to do that, I suspect that you need to roll up your sleeves and wrestle with TeX itself

提交回复
热议问题