Skip to content

Pages between \part and the first following \chapter use running headers from the previous part. #37

Description

@peci1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions