
I'm writing a report in LaTex (MiKTeX distribution) and I need to change from oneside mode to twoside mode at middle of the document.
I started the document, for example, with
\documentclass[12pt,a4paper,oneside]{report}
and in some section I need to start use the mode "twoside".
Do you known some package to do this?
Thanks!