6
votes
4answers
319 views

Switch to one-sided mode in the appendix of a double-sided document

I have a larger document (book class) which should be typeset double-sided, i.e. with the twopage class option. However, in my appendix I have some technical diagrams which should not be printed ...
1
vote
1answer
634 views

Appendices one after another

I am writing a document with the following documentclass: \documentclass[a4paper,twoside,openright,12pt]{report} Since I have some Appendices to the text and they are rather small, I was thinking ...
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. ...