Latex: How to remove blank pages coming between two chapters IN Appendix?

Your problem is that all chapters, whether they're in the appendix or not, default to starting on an odd-numbered page. You can try the let\cleardoublepage\clearpage command before your appendices to clear this behavior or use a different document class (try memoir maybe? ).

Your problem is that all chapters, whether they're in the appendix or not, default to starting on an odd-numbered page. You can try the \let\cleardoublepage\clearpage command before your appendices to clear this behavior or use a different document class (try memoir maybe? ).

Your definition would remove ALL page breaks. \let\cleardoublepage\clearpage would probably be more on target. – David Hanak Jan 29 '09 at 15:53 Ah, good suggestion.

I'll change my answer accordingly. – Noah Jan 29 '09 at 17:16 \let\cleardoublepage\clearpage did not work – tksy Jan 29 '09 at 21:37 1 What documentclass are you using? – Noah Jan 29 '09 at 16:32.

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.

If so, the blank pages are probably the result of a \cleardoublepage in the \chapter definition. The easy cure is to switch \documentclasses. If you want that behavior in the main text, but not in the end matter, look on CTAN for and class that will help ('fraind I don't know the one you want).

It is very easy: add \documentclassoneside{book} and youre fine ;).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions