0
votes
0answers
255 views

Remove unnecessary blank page after creating an appendix, still not solved [closed]

I have the same question as many others, which hasn't been thoroughly answered. I have an extra blank page between Appendix 1 and Appendix 2 (which is a figure). I have tried: \documentclass[11pt, ...
5
votes
1answer
1k views

How to remove empty page after appendix and the next chapter?

I am using LaTeX for my thesis and I am getting a blank page after Appendix and the next chapter. My document class is book: \documentclass[a4paper,oneside,12pt]{book} I have tried inserting the ...
3
votes
1answer
2k views

Remove unnecessary blank page after creating an appendix

Declaring appendices, an unnecessary blank page is created immediately after. Leaving a 1-page break before the first appendix!? How can this blank page be removed. MWE below. ...