Search found 1 match

by sergiotv
Wed Jan 31, 2007 4:39 pm
Forum: Document Classes
Topic: Documentclass: change from oneside mode to twoside
Replies: 3
Views: 21938

Documentclass: change from oneside mode to twoside

Hi! :D

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