Part 1
Chapter 1
Chapter 2
...
Part 2
Chapter 1
Chapter 2
...
I have used the command \part{} to create the parts and the command:
Code: Select all
\makeatletter\@addtoreset{chapter}{part}\makeatother%
The problem is, that I can't get rid of the blank page after the second part. I have used:
Code: Select all
\makeatletter
\@openrightfalse
\part{1}
\@openrighttrue
\makeatother
Thanks in advance
Simon