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


Is there a way to display blank pages between the two chapters, in the supplement?

Your problem is that all the chapters, whether they are in the appendix or not, when you are a strange If you start on the number page then the default two-sided layout mode is some of the possible solutions:

The simplest solution is to use the openany option in your document class, through which the chapter is on the next page It starts, even if it's strange or even numbered pages supported in this standard book document class Land, like \ documentclass [openany] {book} . (It also supports the use of it as an announcement \ openany , which can be used in the middle of the document to change the behavior of later pages.)

Another option <

Or, if you do not care using two-sided layout, using the option oneside your document class (Like \ documentclass [oneside] {book} ) will switch to use one-way layout.


Comments