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

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

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

8条回答
  •  故里飘歌
    2021-01-29 22:44

    I tried Noah's suggestion which leads to the best solution up to now.

    Just insert \let\cleardoublepage\clearpage before all the parts with the blank pages Especially when you use \documentclass[12pt,a4paper]{book}

    frederic snyers's advice \documentclass[oneside]{book} is also very good and solves the problem, but if we just want to use the book.cls or article.cls, the one would make a big difference presenting your particles.

    Hence, Big support to \let\cleardoublepage\clearpage for the people who will ask the same question in the future.

提交回复
热议问题