Search found 1 match

by GandalfTheWhite
Tue Mar 06, 2007 7:22 pm
Forum: Document Classes
Topic: Documentclass: change from oneside mode to twoside
Replies: 3
Views: 22006

Documentclass: change from oneside mode to twoside

Hi,

thats very easy (but i have searchead myself for a few hours...wanted to use it for my diplomarbeit)


\documentclass[12pt, headsepline, a4paper, fleqn, oneside] {scrreprt} % (for example)
\begin{document}
% then the first part would be "oneside"

..
..

\setboolean{@twoside}{true}
% now you ...