7
  • 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.

    \documentclass[twoside]{book} 
    \usepackage[toc,page]{appendix}
    
    \begin{document}
      \begin{appendices}
        \section{My first section}  
       \end{appendices}
    \end{document}
    
Marco Daniel
  • 95,681
Ian Gregory
  • 433
  • 2
  • 6
  • 12

1 Answers1

5

Add \makeatletter\@openrightfalse\makeatother to the preamble.