In [twoside]{ctuthesis}, try this code:
\part{Part one}
\chapter{Test 1}
...
\part{Part two}
intro text
\chapter{Test2}
The page containing the intro text has a running header containing Test 1. That's IMO wrong.
A workaround can be:
\thispagestyle{plain} % removes the running header which is from previous part
on each page between the part and its first chapter.
In
[twoside]{ctuthesis}, try this code:The page containing the
intro texthas a running header containingTest 1. That's IMO wrong.A workaround can be:
on each page between the part and its first chapter.